is-object
v4.17.15arrow_drop_downv4.17.15
v4.17.11
STATUS
Passing
DOWNLOADS
9,160
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
N/A
Checks if `value` is the
[language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
of `Object`.
Like
Install is-object as a package?
Copied
npm i @bit/lodash.lodash.is-object
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
isObject (
value:
) : *
boolean
Checks if value
is the
language type
of Object
. (e.g. arrays, functions, objects, regexes, new Number(0)
, and new String('')
)
Example
Argument
value:
*
The value to check.
Returns
boolean
Returns `true` if `value` is an object, else `false`.