// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
es-to-primitive
/
helpers
[ PARENT ]
EDIT :: isPrimitive.js
module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };
SAVE
CANCEL