Init. Map does not function and only working on backend at the moment.
This commit is contained in:
3
node_modules/isarray/index.js
generated
vendored
Normal file
3
node_modules/isarray/index.js
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = Array.isArray || function (arr) {
|
||||
return Object.prototype.toString.call(arr) == '[object Array]';
|
||||
};
|
Reference in New Issue
Block a user