2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/isarray/index.js
2022-07-26 10:06:20 -07:00

13 lines
No EOL
236 B
JavaScript
Executable file

var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};
//////////////////
// WEBPACK FOOTER
// ./~/isarray/index.js
// module id = 2560
// module chunks = 4