UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 84 B
export declare const toArrayAsync: <T>(iterable: AsyncIterable<T>) => Promise<T[]>;