UNPKG

money-lib

Version:

TypeScript library to work with money

5 lines (4 loc) 122 B
/** * "Banker's Rounding" - to minimize bias */ export declare const roundBank: (n: number, places?: number) => number;