HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/isPrimitive.js
'use strict';

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