UNPKG

@thi.ng/transducers-stats

Version:

Transducers for statistical / technical analysis

7 lines 172 B
/** * Computes min / max values of given array. * * @param window - */ export declare const bounds: (window: number[]) => number[]; //# sourceMappingURL=bounds.d.ts.map