@w5s/moneyFunctionsSEKSEK CallableSEK(amount: `${number}` | BigDecimal): MoneySwedish Krona money factory@exampleconst money = SEK('1.25');// Money({ currency: Currency({ code: 'SEK' }), amount: BigDecimal('1') })
Swedish Krona money factory