Preparing search index...
The search index is not available
@rauschma/helpers
@rauschma/helpers
collection/iterable
mapIterable
Function mapIterable
mapIterable
<
S
,
T
>
(
iterable
:
Iterable
<
S
>
,
callback
:
(
from
:
S
,
index
:
number
)
=>
T
,
)
:
Iterable
<
T
>
Type Parameters
S
T
Parameters
iterable
:
Iterable
<
S
>
callback
:
(
from
:
S
,
index
:
number
)
=>
T
Returns
Iterable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@rauschma/helpers
Loading...