2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/isarray/index.js

13 lines
236 B
JavaScript
Raw Normal View History

2022-07-26 17:06:20 +00:00
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