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