add node_modules

This commit is contained in:
fxy060608
2018-11-18 16:29:14 +08:00
parent 39855795ec
commit 44216319cb
200 changed files with 25415 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};