UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

3 lines 172 B
import type { Transducer, TxLike } from "./api.js"; export declare const ensureTransducer: <A, B>(x: TxLike<A, B>) => Transducer<A, B>; //# sourceMappingURL=ensure.d.ts.map