Like
Install is-object-like as a package?
Copied
npm i @bit/lodash.lodash.is-object-like
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
isObjectLike (
value:
) : *
boolean
Checks if value
is object-like. A value is object-like if it’s not null
and has a typeof
result of "object".
Example
Argument
value:
*
The value to check.
Returns
boolean
Returns `true` if `value` is object-like, else `false`.