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