aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js')
-rw-r--r--node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js
new file mode 100644
index 00000000..5a62a8ce
--- /dev/null
+++ b/node_modules/@babel/runtime/helpers/builtin/arrayWithHoles.js
@@ -0,0 +1,5 @@
+function _arrayWithHoles(arr) {
+ if (Array.isArray(arr)) return arr;
+}
+
+module.exports = _arrayWithHoles; \ No newline at end of file