Current Directory:
/opt/bitninja-node-dojo/lib/node_modules/npm/node_modules/es-to-primitive/helpers
Upload
Create File
File Name
Size
Actions
isPrimitive.js
136 bytes
Edit
|
Delete
|
Rename
|
Download
module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };
Save Changes