UNPKG

fliphub-monorepo

Version:
5 lines (4 loc) 133 B
module.exports = function isObject(input) { var type = typeof input return !!input && (type == 'object' || type == 'function') }