@snailicide/g-library
Preparing search index...
index
objectUtils
isJsonifiableObject
Variable isJsonifiableObject
isJsonifiableObject
:
<
Type
extends
PlainObject
>
(
value
:
unknown
,
)
=>
value
is
Type
extends
JsonObject
?
Type
<
Type
>
:
JsonObject
Type declaration
<
Type
extends
PlainObject
>
(
value
:
unknown
,
)
:
value
is
Type
extends
JsonObject
?
Type
<
Type
>
:
JsonObject
Checks if a value is a JSONifiable object.
Type Parameters
Type
extends
PlainObject
Parameters
value
:
unknown
Returns
value
is
Type
extends
JsonObject
?
Type
<
Type
>
:
JsonObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@snailicide/g-library
Loading...
Checks if a value is a JSONifiable object.