summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js')
-rw-r--r--school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js b/school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
new file mode 100644
index 0000000..be734fc
--- /dev/null
+++ b/school/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
@@ -0,0 +1,3 @@
+export default function _arrayWithHoles(arr) {
+ if (Array.isArray(arr)) return arr;
+} \ No newline at end of file