Add files
This commit is contained in:
commit
bb80829159
18195 changed files with 2122994 additions and 0 deletions
13
509bba0_unpacked_with_node_modules/~/isarray/index.js
generated
Executable file
13
509bba0_unpacked_with_node_modules/~/isarray/index.js
generated
Executable file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue