@typhonjs-utils/object
@typhonjs-utils/object
isObject
Function isObject
isObject
(
value
:
unknown
)
:
value
is
Record
<
string
,
unknown
>
Tests for whether object is not null, typeof object, and not an array.
Parameters
value
:
unknown
Any value.
Returns
value
is
Record
<
string
,
unknown
>
Is it an object.
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
@typhonjs-utils/object
Tests for whether object is not null, typeof object, and not an array.