UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

3 lines (2 loc) 165 B
import { NextResult } from './merge-types'; export declare function getNextAsyncIterator<T>(asyncIterator: AsyncIterator<T>, index: number): Promise<NextResult<T>>;