diff options
Diffstat (limited to 'includes/external/school/node_modules/@babel/runtime/helpers/toConsumableArray.js')
-rw-r--r-- | includes/external/school/node_modules/@babel/runtime/helpers/toConsumableArray.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/@babel/runtime/helpers/toConsumableArray.js b/includes/external/school/node_modules/@babel/runtime/helpers/toConsumableArray.js new file mode 100644 index 0000000..547c6c4 --- /dev/null +++ b/includes/external/school/node_modules/@babel/runtime/helpers/toConsumableArray.js @@ -0,0 +1,8 @@ +var arrayWithoutHoles = require("./arrayWithoutHoles.js"); +var iterableToArray = require("./iterableToArray.js"); +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +var nonIterableSpread = require("./nonIterableSpread.js"); +function _toConsumableArray(arr) { + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); +} +module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |