Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
es-to-primitive
/
helpers
/
File Content:
isPrimitive.js
module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };
Submit
FILE
FOLDER
Name
Size
Permission
Action
isPrimitive.js
136 bytes
0644
N4ST4R_ID | Naxtarrr