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