%PDF- %PDF-
| Direktori : /home/vacivi36/.trash/vacivitta/node_modules/es-abstract/helpers/ |
| Current File : /home/vacivi36/.trash/vacivitta/node_modules/es-abstract/helpers/isPrimitive.js |
'use strict';
module.exports = function isPrimitive(value) {
return value === null || (typeof value !== 'function' && typeof value !== 'object');
};