UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 175 B
import TokenInterface from "./TokenInterface"; declare const createToken: (symbol: string, address?: string, decimals?: number) => TokenInterface; export default createToken;