@ubeswap/token-math
Advanced tools
Comparing version 3.0.0 to 3.0.2
import JSBI from "jsbi"; | ||
import { Rounding } from "./constants"; | ||
import { Fraction, NumberFormat } from "./fraction"; | ||
import { Percent } from "./percent"; | ||
import { Token } from "./token"; | ||
import { BigintIsh } from "./utils"; | ||
import { Percent } from "./percent"; | ||
export declare function validateU64(value: JSBI): void; | ||
@@ -8,0 +8,0 @@ export declare function validateU256(value: JSBI): void; |
{ | ||
"name": "@ubeswap/token-math", | ||
"license": "MIT", | ||
"version": "3.0.0", | ||
"version": "3.0.2", | ||
"description": "⚒️ A library for token math.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138808