UNPKG

@easymoney/core

Version:

Library to operate with monetary values in Javascript

5 lines 284 B
export { RoundingModes, RoundingModesType } from "./rounding-modes"; export { Money, Currency, CurrencyUnit, AnyCurrencyUnit, CurrencyUnitISO } from "./types/common"; export { assert } from "./utils/assert"; export { bind } from "./utils/bind"; //# sourceMappingURL=index.d.ts.map