UNPKG

94 BTypeScriptView Raw
1export declare function toArray<TSource>(source: AsyncIterable<TSource>): Promise<TSource[]>;