UNPKG

@taquito/utils

Version:

Encoding, crypto, and utility helpers for Taquito.

5 lines (4 loc) 235 B
import BigNumber from 'bignumber.js'; type Format = 'tz' | 'mtz' | 'mutez'; export declare function format(from: Format | undefined, to: Format | undefined, amount: number | string | BigNumber): string | number | BigNumber; export {};