UNPKG

@epicallan/money-ts

Version:

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

23 lines (22 loc) 728 B
import * as bigInteger from './BigInteger'; export { bigInteger }; import * as dense from './Dense'; export { dense }; import * as discrete from './Discrete'; export { discrete }; import * as exchangeRate from './ExchangeRate'; export { exchangeRate }; import * as integer from './Integer'; export { integer }; import * as natural from './Natural'; export { natural }; import * as nonZeroInteger from './NonZeroInteger'; export { nonZeroInteger }; import * as nonZeroRational from './NonZeroRational'; export { nonZeroRational }; import * as positiveRational from './PositiveRational'; export { positiveRational }; import * as rational from './Rational'; export { rational }; import * as scale from './Scale'; export { scale };