// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
isarray
[ PARENT ]
EDIT :: index.js
var toString = {}.toString; module.exports = Array.isArray || function (arr) { return toString.call(arr) == '[object Array]'; };
SAVE
CANCEL