UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

3 lines 209 B
import type { AsyncReducer, AsyncReduction } from "./api.js"; export declare const compR: <A, B, C>(rfn: AsyncReducer<B, C>, fn: AsyncReduction<A, C>) => AsyncReducer<A, C>; //# sourceMappingURL=compr.d.ts.map