@w5s/moneyFunctionsHUFHUF Hungarian Forint money factory@exampleconst money = HUF('1.25');// Money({ currency: Currency({ code: 'HUF' }), amount: BigDecimal('1') })CallableHUF(amount): Money
Hungarian Forint money factory