AlkantarClanX12

Your IP : 3.133.152.222


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