UNPKG

@thi.ng/transducers

Version:

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

4 lines 190 B
import type { Reducer } from "./api.js"; export declare function max(): Reducer<number, number>; export declare function max(src: Iterable<number>): number; //# sourceMappingURL=max.d.ts.map