UNPKG

@fewcha/web3

Version:

The `@fewcha/web3` library aims to be an all-in-one toolkit to enable developers interact with Aptos Blockchain and its ecosystem.

3 lines 250 B
export declare const toHuman: (input: string, decimal: number, fractionDigit?: number, delimiter?: string) => string; export declare const toDecimal: (input: string, decimal: number, delimiter?: string) => string; //# sourceMappingURL=bigInt.d.ts.map