Hacked By AnonymousFox

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

Hacked By AnonymousFox1.0, Coded By AnonymousFox