You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed `key` parameter. Use [`isObjectKeyIn`](#isobjectkin) instead.
748
-
749
-
Use `isObject()` or `is.object()` to check if **any**`value` is an `object` of a generic `Obj` type and [`Object`][object] instance.
745
+
Use `isObject()` or `is.object()` to check if **any**`value` is an `object` of a generic `Obj` type and [`Object`][object] instance with the possibility of containing the `key`.
|callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
759
+
|key? |[`Key`][key]| Property name to find in the `value`|
760
760
761
761
The **return value** is a `boolean` indicating whether or not the `value` is an `object`.
762
762
763
763
[Example usage on playground][is-object] | [How to detect an `object` type][detect-object]
* Removed `key` parameter. Use [`isObjectKeyIn`](#isobjectkin) instead.
748
-
749
-
Use `isObject()` or `is.object()` to check if **any**`value` is an `object` of a generic `Obj` type and [`Object`][object] instance.
745
+
Use `isObject()` or `is.object()` to check if **any**`value` is an `object` of a generic `Obj` type and [`Object`][object] instance with the possibility of containing the `key`.
|callback |[`ResultCallback`][resultcallback]=[`resultCallback`][callback]|[`ResultCallback`][resultcallback] function to handle result before returns eg. to throw an `Error`|
759
+
|key? |[`Key`][key]| Property name to find in the `value`|
760
760
761
761
The **return value** is a `boolean` indicating whether or not the `value` is an `object`.
762
762
763
763
[Example usage on playground][is-object] | [How to detect an `object` type][detect-object]
0 commit comments