Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/isarray/ |
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/isarray/index.js |
var toString = {}.toString; module.exports = Array.isArray || function (arr) { return toString.call(arr) == '[object Array]'; };