@w5s/moneyFunctionsJPYJPY CallableJPY(amount: `${number}` | BigDecimal): MoneyJapanese Yen money factory@exampleconst money = JPY('1.25');// Money({ currency: Currency({ code: 'JPY' }), amount: BigDecimal('1') })
Japanese Yen money factory