UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 148 B
import PriceInterface from "./PriceInterface"; declare const toFixed: (price: PriceInterface, decimals?: number) => string; export default toFixed;