🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 06:42:17 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
📍 /usr/lib/node_modules/npm/node_modules/es-abstract/helpers
🔄 Refresh
✏️
Editing: isPrimitive.js
Read Only
module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };
💾 Save Changes
❌ Cancel