UNPKG

@thi.ng/transducers

Version:

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

6 lines 286 B
/** * Returns a reducer which computes both the min and max values of given inputs. * If the input source is empty the final result will be `[-∞,∞]`. */ export declare const minMax: () => import("./api.js").Reducer<number, [number, number]>; //# sourceMappingURL=min-max.d.ts.map