summaryrefslogtreecommitdiff
path: root/bot/node_modules/@babel/runtime/helpers/esm/toArray.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/node_modules/@babel/runtime/helpers/esm/toArray.js')
-rw-r--r--bot/node_modules/@babel/runtime/helpers/esm/toArray.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/bot/node_modules/@babel/runtime/helpers/esm/toArray.js b/bot/node_modules/@babel/runtime/helpers/esm/toArray.js
new file mode 100644
index 0000000..ad7c871
--- /dev/null
+++ b/bot/node_modules/@babel/runtime/helpers/esm/toArray.js
@@ -0,0 +1,7 @@
+import arrayWithHoles from "./arrayWithHoles.js";
+import iterableToArray from "./iterableToArray.js";
+import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
+import nonIterableRest from "./nonIterableRest.js";
+export default function _toArray(arr) {
+ return arrayWithHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableRest();
+} \ No newline at end of file