
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/isPrimitive.js |
'use strict';
module.exports = function isPrimitive(value) {
return value === null || (typeof value !== 'function' && typeof value !== 'object');
};

