Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
map
Function map
map
<
In
,
Out
>
(
iterable
,
cb
)
:
Generator
<
Out
,
void
>
Like
Array#map
, but works with any iterable.
Type Parameters
In
Out
Parameters
iterable
:
Iterable
<
In
>
cb
:
(
(
item
,
index
)
=>
Out
)
(
item
,
index
)
:
Out
Parameters
item
:
In
index
:
number
Returns
Out
Returns
Generator
<
Out
,
void
>
an iterator.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Like Array#map, but works with any iterable.