Version 1
[yaffs-website] / node_modules / core-js / library / modules / es6.array.is-array.js
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 (file)
index 0000000..cd5d8c1
--- /dev/null
@@ -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