External module "operators/utilities"
Functions
forEach
- forEach<T>(input: AsyncIterable<T>, fn: function): AsyncIterable<T>
-
Type parameters
Parameters
-
input: AsyncIterable<T>
-
fn: function
-
- (value: T): Promise<void> | void
-
Parameters
Returns Promise<void>
|
void
Returns AsyncIterable<T>
Output
Runs and awaits the given async function and then passes the values along.