UNPKG

money-ts

Version:

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

25 lines 923 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var bigInteger = require("./BigInteger"); exports.bigInteger = bigInteger; var dense = require("./Dense"); exports.dense = dense; var discrete = require("./Discrete"); exports.discrete = discrete; var exchangeRate = require("./ExchangeRate"); exports.exchangeRate = exchangeRate; var integer = require("./Integer"); exports.integer = integer; var natural = require("./Natural"); exports.natural = natural; var nonZeroInteger = require("./NonZeroInteger"); exports.nonZeroInteger = nonZeroInteger; var nonZeroRational = require("./NonZeroRational"); exports.nonZeroRational = nonZeroRational; var positiveRational = require("./PositiveRational"); exports.positiveRational = positiveRational; var rational = require("./Rational"); exports.rational = rational; var scale = require("./Scale"); exports.scale = scale; //# sourceMappingURL=index.js.map