📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 22:11:05
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
es-to-primitive
/
helpers
📍 /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