UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

7 lines (6 loc) 195 B
import PriceInterface from "./PriceInterface"; /** * Cancels down the quantities if possible. */ declare const cancelDown: (price: PriceInterface) => PriceInterface; export default cancelDown;