TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#runtime/util/object
isObject
Function isObject
is
Object
(
value
)
:
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
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
Tests for whether object is not null, typeof object, and not an array.