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