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