UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 163 B
import QuantityInterface from "./QuantityInterface"; export declare const subtract: (...qties: QuantityInterface[]) => QuantityInterface; export default subtract;