plainfp - v0.1.0
GitHub
npm
Preparing search index...
predicates
isObject
Function isObject
isObject
(
value
:
unknown
)
:
value
is
Record
<
PropertyKey
,
unknown
>
Type guard matching plain/non-array objects. Rejects
null
and arrays.
Parameters
value
:
unknown
Returns
value
is
Record
<
PropertyKey
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
plainfp - v0.1.0
Loading...
Type guard matching plain/non-array objects. Rejects
nulland arrays.