UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

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