UNPKG

iterama

Version:

Composable functional (async) iterable helpers

2 lines (1 loc) 85 B
export declare const toSetAsync: <T>(iterable: AsyncIterable<T>) => Promise<Set<T>>;