Skip to main content

BRL

Brazilian Real money factory

Callable

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