UNPKG

money-ts

Version:

TypeScript library for type-safe and lossless encoding and manipulation of world currencies and precious metals

8 lines 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var newtype_ts_1 = require("newtype-ts"); var PositiveRational_1 = require("./PositiveRational"); exports.ExchangeRate = function () { return newtype_ts_1.unsafeCoerce(PositiveRational_1.PositiveRational); }; //# sourceMappingURL=ExchangeRate.js.map