Your IP : 18.223.159.0


Current Path : /proc/self/root/usr/lib/node_modules/npm/node_modules/es-to-primitive/helpers/
Upload File :
Current File : //proc/self/root/usr/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');
};

?>