| Current Path : /var/www/html/wetty/node_modules/isarray/ |
| Current File : //var/www/html/wetty/node_modules/isarray/index.js |
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};