UNPKG

js-big-decimal

Version:

Work with large numbers on the client side. Round them off to any required precision.

4 lines (3 loc) 199 B
export declare function add(number1: string, number2?: string): string; export declare function trim(number: string): string; export declare function pad(number1: string, number2: string): string[];