aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es/array/is-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/es/array/is-array.js')
-rw-r--r--node_modules/core-js/es/array/is-array.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/es/array/is-array.js b/node_modules/core-js/es/array/is-array.js
new file mode 100644
index 0000000..d000180
--- /dev/null
+++ b/node_modules/core-js/es/array/is-array.js
@@ -0,0 +1,4 @@
+require('../../modules/es.array.is-array');
+var path = require('../../internals/path');
+
+module.exports = path.Array.isArray;