UNPKG

js-big-decimal

Version:

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

3 lines (2 loc) 126 B
export declare function subtract(number1: any, number2: any): string; export declare function negate(number: string): string;