Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/utils
common
combinedIterator
Function combinedIterator
combinedIterator
<
T
>
(
...
iterables
:
Iterable
<
T
,
any
,
any
>
[]
,
)
:
Generator
<
T
,
void
,
undefined
>
Combines two iterables, they will be iterated in order
Type Parameters
T
Parameters
...
iterables
:
Iterable
<
T
,
any
,
any
>
[]
Returns
Generator
<
T
,
void
,
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Combines two iterables, they will be iterated in order