@w5s/moneyFunctionsHKDHKD Hong Kong Dollar money factory@exampleconst money = HKD('1.25');// Money({ currency: Currency({ code: 'HKD' }), amount: BigDecimal('1') })CallableHKD(amount): Money
Hong Kong Dollar money factory