UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

5 lines (4 loc) 218 B
import BigInteger from "../bigInteger/BigInteger"; import TokenInterface from "./TokenInterface"; declare const appendDecimals: (token: TokenInterface, n: string | number) => BigInteger; export default appendDecimals;