Your IP : 18.116.52.29


Current Path : /lib/node_modules/npm/node_modules/es-to-primitive/helpers/
Upload File :
Current File : //lib/node_modules/npm/node_modules/es-to-primitive/helpers/isPrimitive.js

module.exports = function isPrimitive(value) {
	return value === null || (typeof value !== 'function' && typeof value !== 'object');
};

?>