UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

10 lines (9 loc) 247 B
export declare class Int10 { constructor(value?: string | number); mulAdd(m: number, c: number): void; sub(c: number): void; toString(base?: number): string; valueOf(): number; simplify(): number | this; private buf; }