diff options
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js')
-rw-r--r-- | school/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js b/school/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js deleted file mode 100644 index 6d4b76d..0000000 --- a/school/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +++ /dev/null @@ -1,5 +0,0 @@ -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 |