diff options
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/arrayWithHoles.js')
-rw-r--r-- | alarm/node_modules/@babel/runtime/helpers/arrayWithHoles.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/arrayWithHoles.js b/alarm/node_modules/@babel/runtime/helpers/arrayWithHoles.js new file mode 100644 index 0000000..ad0cc6b --- /dev/null +++ b/alarm/node_modules/@babel/runtime/helpers/arrayWithHoles.js @@ -0,0 +1,4 @@ +function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; +} +module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
\ No newline at end of file |