@phensley/decimal
Advanced tools
Comparing version 0.25.6 to 0.25.7
@@ -23,1 +23,4 @@ import { Decimal, DecimalArg } from './decimal'; | ||
} | ||
export declare const RationalConstants: { | ||
ONE: Rational; | ||
}; |
@@ -96,2 +96,5 @@ import { Decimal, DecimalConstants } from './decimal'; | ||
export { Rational }; | ||
export var RationalConstants = { | ||
ONE: new Rational(1, 1) | ||
}; | ||
//# sourceMappingURL=rational.js.map |
@@ -23,1 +23,4 @@ import { Decimal, DecimalArg } from './decimal'; | ||
} | ||
export declare const RationalConstants: { | ||
ONE: Rational; | ||
}; |
@@ -98,2 +98,5 @@ "use strict"; | ||
exports.Rational = Rational; | ||
exports.RationalConstants = { | ||
ONE: new Rational(1, 1) | ||
}; | ||
//# sourceMappingURL=rational.js.map |
{ | ||
"name": "@phensley/decimal", | ||
"version": "0.25.6", | ||
"version": "0.25.7", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -65,3 +65,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "33201bc0ca4e03b576b5a8bdd8bb3f9eb543024d" | ||
"gitHead": "f0a3dec6085c0efa0661285198c89be3dd068c5e" | ||
} |
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
250317
4277