@w5s/moneyFunctionsCNYCNY Chinese Yuan money factory@exampleconst money = CNY('1.25');// Money({ currency: Currency({ code: 'CNY' }), amount: BigDecimal('1') })CallableCNY(amount): Money
Chinese Yuan money factory