Skip to main content

IDR

Indonesian Rupiah money factory

Callable

  • IDR(amount): Money
const money = IDR('1.25');// Money({ currency: Currency({ code: 'IDR' }), amount: BigDecimal('1') })