UNPKG

@jonkemp/package-utils

Version:

Helper utility modules for collections, arrays, objects and more

6 lines (4 loc) 115 B
module.exports = obj => { const type = typeof obj; return type === 'function' || type === 'object' && !!obj; };