UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

13 lines (12 loc) 253 B
declare module 'token-amount' { export class TokenAmount { format( amount: BigInt | string | number, decimals: BigInt | string | number, options?: { displaySign: boolean symbol: string } ): string } }