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