UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

7 lines (6 loc) 200 B
import QuantityInterface from "../quantity/QuantityInterface"; interface PriceInterface { readonly base: QuantityInterface; readonly quote: QuantityInterface; } export default PriceInterface;