UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

2 lines 159 B
export declare function asAsyncIterable<T>(src: Iterable<T>, delay?: number): AsyncGenerator<Awaited<T>, void, unknown>; //# sourceMappingURL=as-async.d.ts.map