UNPKG

bigint-money

Version:

A Money class for high precision calculations using the ESnext bigint type.

4 lines 199 B
export { Money, Money as default } from './money.js'; export { IncompatibleCurrencyError, UnsafeIntegerError } from './errors.js'; export { Round } from './util.js'; //# sourceMappingURL=index.js.map