Your IP : 13.59.173.74


Current Path : /opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/node_modules/es-abstract/helpers/
Upload File :
Current File : //opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/node_modules/es-abstract/helpers/isPrimitive.js

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

?>