Type Utils
Preparing search index...
array
Variable array
Const
array
:
{
()
:
TypeGuard
<
any
[]
>
;
(
rules
:
ArrayRule
[]
)
:
TypeGuard
<
any
[]
>
;
<
T
>
(
rules
:
ArrayRule
[]
,
schema
:
TypeGuard
<
T
>
)
:
TypeGuard
<
T
[]
>
;
<
T
>
(
schema
:
TypeGuard
<
T
>
)
:
TypeGuard
<
T
[]
>
;
(
tree
:
{}
)
:
TypeGuard
<
{}
[]
>
;
<
T
>
(
tree
:
ValidatorMap
<
T
>
)
:
TypeGuard
<
T
[]
>
;
<
T
>
(
rules
?:
null
|
ArrayRule
[]
|
TypeGuard
<
T
>
,
schema
?:
TypeGuard
<
T
>
,
)
:
TypeGuard
<
T
[]
>
;
}
&
{
optional
:
OptionalizedArray
}
= ...
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...