UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

5 lines (4 loc) 232 B
import PriceInterface from "./PriceInterface"; import QuantityInterface from "../quantity/QuantityInterface"; declare const valueIn: (price: PriceInterface, quantity: QuantityInterface) => QuantityInterface; export default valueIn;