Documentation
Preparing search index...
@alexaegis/common
index
asyncMap
Function asyncMap
asyncMap
<
T
,
R
>
(
array
:
T
[]
,
map
:
(
t
:
T
,
i
:
number
)
=>
Awaitable
<
R
>
)
:
Promise
<
R
[]
>
Type Parameters
T
R
Parameters
array
:
T
[]
map
:
(
t
:
T
,
i
:
number
)
=>
Awaitable
<
R
>
Returns
Promise
<
R
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...