@w5s/moneyFunctionsPLNPLN Polish Zloty money factory@exampleconst money = PLN('1.25');// Money({ currency: Currency({ code: 'PLN' }), amount: BigDecimal('1') })CallablePLN(amount): Money
Polish Zloty money factory