Fixing typescript

This commit is contained in:
Drew Heavner
2019-11-08 09:40:34 -05:00
parent 413298b06f
commit 3b9b1768ea
7365 changed files with 1663644 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};