@traversable/schema
Preparing search index...
@traversable/schema
t
readonlyArray
Variable readonlyArray
Const
readonlyArray
:
{
<
S
extends
t_Schema
<
t_LowerBound
<
unknown
>
>
>
(
schema
:
S
,
readonly
:
"readonly"
,
)
:
t
.
ReadonlyArray
<
S
>
;
<
S
extends
t
.
Predicate
>
(
schema
:
S
)
:
t
.
ReadonlyArray
<
t_of
<
Target
<
S
>
>
>
;
}
= array
Type declaration
<
S
extends
t_Schema
<
t_LowerBound
<
unknown
>
>
>
(
schema
:
S
,
readonly
:
"readonly"
,
)
:
t
.
ReadonlyArray
<
S
>
Type Parameters
S
extends
t_Schema
<
t_LowerBound
<
unknown
>
>
Parameters
schema
:
S
readonly
:
"readonly"
Returns
t
.
ReadonlyArray
<
S
>
<
S
extends
t
.
Predicate
>
(
schema
:
S
)
:
t
.
ReadonlyArray
<
t_of
<
Target
<
S
>
>
>
Type Parameters
S
extends
t
.
Predicate
Parameters
schema
:
S
Returns
t
.
ReadonlyArray
<
t_of
<
Target
<
S
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@traversable/schema
Loading...