@w5s/moneyFunctionsPENPEN CallablePEN(amount: `${number}` | BigDecimal): MoneyPeruvian Nuevo Sol money factory@exampleconst money = PEN('1.25');// Money({ currency: Currency({ code: 'PEN' }), amount: BigDecimal('1') })
Peruvian Nuevo Sol money factory