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