UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 135 B
import PriceInterface from "./PriceInterface"; declare const isPrice: (input: any) => input is PriceInterface; export default isPrice;