@w5s/moneyFunctionsEUREUR CallableEUR(amount: `${number}` | BigDecimal): MoneyEuro money factory@exampleconst money = EUR('1.25');// Money({ currency: Currency({ code: 'EUR' }), amount: BigDecimal('1') })
Euro money factory