UNPKG

fliphub-monorepo

Version:
5 lines (4 loc) 111 B
// isObjectLike module.exports = function isObjectLike(value) { return !!value && typeof value == 'object' }