Type Utils
Preparing search index...
array
Function array
array
()
:
TypeGuard
<
any
[]
>
Returns
TypeGuard
<
any
[]
>
array
(
rules
:
ArrayRules
[]
)
:
TypeGuard
<
any
[]
>
Parameters
rules
:
ArrayRules
[]
Returns
TypeGuard
<
any
[]
>
array
<
T
>
(
rules
:
ArrayRules
[]
,
schema
:
TypeGuard
<
T
>
)
:
TypeGuard
<
T
[]
>
Type Parameters
T
Parameters
rules
:
ArrayRules
[]
schema
:
TypeGuard
<
T
>
Returns
TypeGuard
<
T
[]
>
array
<
T
>
(
schema
:
TypeGuard
<
T
>
)
:
TypeGuard
<
T
[]
>
Type Parameters
T
Parameters
schema
:
TypeGuard
<
T
>
Returns
TypeGuard
<
T
[]
>
array
(
tree
:
{}
)
:
TypeGuard
<
{}
[]
>
Parameters
tree
:
{}
Returns
TypeGuard
<
{}
[]
>
array
<
T
>
(
tree
:
ValidatorMap
<
T
>
)
:
TypeGuard
<
T
[]
>
Type Parameters
T
Parameters
tree
:
ValidatorMap
<
T
>
Returns
TypeGuard
<
T
[]
>
array
<
T
>
(
rules
?:
null
|
ArrayRules
[]
|
TypeGuard
<
T
>
,
schema
?:
TypeGuard
<
T
>
,
)
:
TypeGuard
<
T
[]
>
Type Parameters
T
Parameters
Optional
rules
:
null
|
ArrayRules
[]
|
TypeGuard
<
T
>
Optional
schema
:
TypeGuard
<
T
>
Returns
TypeGuard
<
T
[]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Type Utils
Loading...