UNPKG

95 BTypeScriptView Raw
1export declare function toSet<TSource>(source: AsyncIterable<TSource>): Promise<Set<TSource>>;