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