UNPKG

@melonproject/token-math

Version:

A small helper library to do precision safe calculations

4 lines (3 loc) 173 B
import ConvertableBigInteger from "./ConvertableBigInteger"; declare const isEqual: (a: ConvertableBigInteger, b: ConvertableBigInteger) => boolean; export default isEqual;