ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server404.web-hosting.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 Current Path : /lib/node_modules/npm/node_modules/isarray/ |
| Current File : //lib/node_modules/npm/node_modules/isarray/index.js |
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};