Preparing search index...
The search index is not available
@plandek-utils/ts-collections-utils
@plandek-utils/ts-collections-utils
isArrayOf
Function isArrayOf
is
Array
Of
<
T
,
L
>
(
list
,
predicate
)
:
list
is
T
[]
Type Parameters
T
L
=
unknown
Parameters
list
:
any
The collection to check
predicate
:
(
(
x
)
=>
x
is
T
)
The predicate to check the value of the type
(
x
)
:
x
is
T
Parameters
x
:
L
Returns
x
is
T
Returns
list
is
T
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@plandek-utils/ts-collections-utils
Loading...
The collection to check