📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:05:02
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-obj
📍 /usr/lib/node_modules/npm/node_modules/is-obj
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; module.exports = function (x) { var type = typeof x; return x !== null && (type === 'object' || type === 'function'); };
💾 Save Changes
❌ Cancel