UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

2 lines (1 loc) 95 B
export declare function toSet<TSource>(source: AsyncIterable<TSource>): Promise<Set<TSource>>;