UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

3 lines (2 loc) 220 B
import BigNumber from 'bignumber.js'; export declare function format(from: "tz" | "mtz" | "mutez" | undefined, to: "tz" | "mtz" | "mutez" | undefined, amount: number | string | BigNumber): string | number | BigNumber;