Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
isarray
/
File Content:
index.js
var toString = {}.toString; module.exports = Array.isArray || function (arr) { return toString.call(arr) == '[object Array]'; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
132 bytes
0644
package.json
991 bytes
0644
N4ST4R_ID | Naxtarrr