RAHHH
This commit is contained in:
3
backend/frontend/node_modules/tcomb/lib/isArray.js
generated
vendored
Normal file
3
backend/frontend/node_modules/tcomb/lib/isArray.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function isArray(x) {
|
||||
return Array.isArray ? Array.isArray(x) : x instanceof Array;
|
||||
};
|
||||
Reference in New Issue
Block a user