%PDF- %PDF-
Direktori : /home/ugotscom/3vfm3/node_modules/is-obj/ |
Current File : /home/ugotscom/3vfm3/node_modules/is-obj/index.js |
'use strict'; module.exports = value => { const type = typeof value; return value !== null && (type === 'object' || type === 'function'); };