@w5s/moneyFunctionsNPRNPR CallableNPR(amount: `${number}` | BigDecimal): MoneyNepalese Rupee money factory@exampleconst money = NPR('1.25');// Money({ currency: Currency({ code: 'NPR' }), amount: BigDecimal('1') })
Nepalese Rupee money factory