13 lines
No EOL
236 B
JavaScript
Executable file
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
|