full site update
This commit is contained in:
8
node_modules/@swc/helpers/cjs/_iterable_to_array.cjs
generated
vendored
Normal file
8
node_modules/@swc/helpers/cjs/_iterable_to_array.cjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
function _iterable_to_array(iter) {
|
||||
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) {
|
||||
return Array.from(iter);
|
||||
}
|
||||
}
|
||||
exports._ = _iterable_to_array;
|
Reference in New Issue
Block a user