vlocode-project - v1.40.0-beta-4
Preparing search index...
util/src
spreadAsync
Function spreadAsync
spreadAsync
<
T
>
(
gen
:
AsyncGenerator
<
T
>
)
:
Promise
<
T
[]
>
Spread async generators into an array
Type Parameters
T
Parameters
gen
:
AsyncGenerator
<
T
>
Async generator to spread
Returns
Promise
<
T
[]
>
Array of results from the generator
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
vlocode-project - v1.40.0-beta-4
Loading...
Spread async generators into an array