📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 04:08:08
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
isarray
✏️
Editing: index.js
var toString = {}.toString; module.exports = Array.isArray || function (arr) { return toString.call(arr) == '[object Array]'; };
💾 Save Changes
❌ Cancel