@w5s/moneyFunctionsINRINR CallableINR(amount: `${number}` | BigDecimal): MoneyIndian Rupee money factory@exampleconst money = INR('1.25');// Money({ currency: Currency({ code: 'INR' }), amount: BigDecimal('1') })
Indian Rupee money factory