UNPKG

bigint-money

Version:

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

4 lines (3 loc) 166 B
export { Money, Money as default } from './money.js'; export { IncompatibleCurrencyError, UnsafeIntegerError } from './errors.js'; export { Round } from './util.js';