UNPKG

103 BTypeScriptView Raw
1export declare function elementAt<T>(source: AsyncIterable<T>, index: number): Promise<T | undefined>;