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