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 min(): Reducer<number, number>; export declare function min(src: Iterable<number>): number; //# sourceMappingURL=min.d.ts.map