diff options
Diffstat (limited to 'node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js')
| -rw-r--r-- | node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js new file mode 100644 index 0000000..99fa715 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js @@ -0,0 +1,4 @@ +function _arrayWithHoles(r) { + if (Array.isArray(r)) return r; +} +export { _arrayWithHoles as default };
\ No newline at end of file |
