📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 04:14:18
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-obj
✏️
Editing: index.js
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
💾 Save Changes
❌ Cancel