%PDF- %PDF-
Direktori : /var/www/html/node_modules/es-to-primitive/helpers/ |
Current File : /var/www/html/node_modules/es-to-primitive/helpers/isPrimitive.js |
'use strict'; module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };