UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 105 B
export declare const toMapAsync: <K, V>(iterable: AsyncIterable<readonly [K, V]>) => Promise<Map<K, V>>;