UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

4 lines 235 B
import type { MaybeAsyncIterable, Nullable } from "@thi.ng/api"; import type { AsyncTransducer } from "./api.js"; export declare const cat: <T>() => AsyncTransducer<Nullable<MaybeAsyncIterable<T>>, T>; //# sourceMappingURL=cat.d.ts.map