UNPKG

reliable-round

Version:

A rounding library for JavaScript that behaves predictably (unlike Math.round, Math.floor, Math.ceil).

3 lines (2 loc) 150 B
export declare function round(value: number, decimalPlacesToRoundTo?: number): number; export declare function numberToString(value: number): string;