XylotrechusZ
XylotrechusZ Shell
: /proc/self/root/opt/alt/alt-nodejs10/root/usr/lib/node_modules/npm/node_modules/isarray/ [ drwxr-xr-x ]
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};