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