aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/es6.array.is-array.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/modules/es6.array.is-array.js')
-rw-r--r--node_modules/core-js/library/modules/es6.array.is-array.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/library/modules/es6.array.is-array.js b/node_modules/core-js/library/modules/es6.array.is-array.js
new file mode 100644
index 000000000..cd5d8c192
--- /dev/null
+++ b/node_modules/core-js/library/modules/es6.array.is-array.js
@@ -0,0 +1,4 @@
+// 22.1.2.2 / 15.4.3.2 Array.isArray(arg)
+var $export = require('./_export');
+
+$export($export.S, 'Array', {isArray: require('./_is-array')}); \ No newline at end of file