Your IP : 216.73.217.30


Current Path : /proc/thread-self/root/usr/lib/node_modules/pm2/node_modules/isarray/
Upload File :
Current File : //proc/thread-self/root/usr/lib/node_modules/pm2/node_modules/isarray/index.js

module.exports = Array.isArray || function (arr) {
  return Object.prototype.toString.call(arr) == '[object Array]';
};