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