splid-js-googlesheet-updater/node_modules/splid-js/dist/mjs/toFixed.d.ts
2025-05-27 21:06:02 +02:00

5 lines
324 B
TypeScript

export declare const roundToNDigits: (number: number, n: number) => number;
/**
* might be off of the results of the Splid App by a single digit in some cases (single cent), because we haven't quite figured out their arcane rounding rules yet.
*/
export declare const toFixed: (num: number, precision?: number) => string;