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