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