UNPKG

iter-tools-es

Version:
4 lines 332 B
import { AsyncWrappable, SingletonAsyncIterableIterator } from '../../types/async-iterable'; declare function asyncBuffer<T>(n: number): (source: AsyncWrappable<T>) => SingletonAsyncIterableIterator<T>; declare function asyncBuffer<T>(n: number, source: AsyncWrappable<T>): SingletonAsyncIterableIterator<T>; export { asyncBuffer };