Preparing search index...
The search index is not available
Documentation
Documentation
@openfeature/web-sdk
isObject
Function isObject
is
Object
<
T
>
(
value
)
:
value
is
T
Checks whether the parameter is an object.
Type Parameters
T
extends
object
Parameters
value
:
unknown
The value to check
Returns
value
is
T
True if the value is an object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Checks whether the parameter is an object.