diff options
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js')
-rw-r--r-- | school/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js b/school/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js deleted file mode 100644 index bd91285..0000000 --- a/school/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +++ /dev/null @@ -1,7 +0,0 @@ -import arrayWithoutHoles from "./arrayWithoutHoles.js"; -import iterableToArray from "./iterableToArray.js"; -import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; -import nonIterableSpread from "./nonIterableSpread.js"; -export default function _toConsumableArray(arr) { - return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); -}
\ No newline at end of file |