UNPKG

@codibre/fluent-iterable

Version:

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

4 lines (3 loc) 211 B
import { GetNextAsyncIterator } from './merge-types'; import { ErrorCallback } from '../../types/base'; export declare function getNextAsyncIteratorFactory<T>(callback?: ErrorCallback): GetNextAsyncIterator<T>;