Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
ArrayFunc
Type alias ArrayFunc<T, U>
Array
Func
<
T
,
U
>
:
(
(
element
,
ndx
,
arr
)
=>
U
)
Array callback type signature used by forEach.
Type Parameters
T
U
Type declaration
(
element
,
ndx
,
arr
)
:
U
Parameters
element
:
T
ndx
:
number
arr
:
T
[]
Returns
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@toreda/shared-types - v3.0.0
Loading...
Array callback type signature used by forEach.