mwbot-ts - v1.2.7
Preparing search index...
Util
isObject
Function isObject
isObject
(
value
:
unknown
)
:
value
is
Record
<
string
|
number
|
symbol
,
unknown
>
Checks whether a value is an object. Arrays and
null
are not considered objects.
Parameters
value
:
unknown
Returns
value
is
Record
<
string
|
number
|
symbol
,
unknown
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
mwbot-ts - v1.2.7
Loading...
Checks whether a value is an object. Arrays and
null
are not considered objects.