mwbot-ts - v1.2.7
Preparing search index...
Util
isPlainObject
Function isPlainObject
isPlainObject
(
value
:
unknown
,
)
:
value
is
Record
<
string
|
number
|
symbol
,
unknown
>
Checks whether a value is a plain object.
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 a plain object.