brisky-is-obj
v1.0.5
Published
Checks whether an object is not null or a function or a brisky-base object
Downloads
171
Readme
brisky-is-obj
Checks whether an object is not null or a function or a brisky-base object
--
const isObj = require('brisky-is-obj')
isObj({}) // true
const base = require('brisky-base')
isObj(base()) // false