UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 98 B
export declare function iterateAsync<T>(iterable: AsyncIterable<T>): AsyncGenerator<T, any, any>;