UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 129 B
import TokenInterface from "./TokenInterface"; declare const display: (token: TokenInterface) => string; export default display;