@w5s/moneyFunctionsIRRIRR CallableIRR(amount: `${number}` | BigDecimal): MoneyIranian Rial money factory@exampleconst money = IRR('1.25');// Money({ currency: Currency({ code: 'IRR' }), amount: BigDecimal('1') })
Iranian Rial money factory