@w5s/moneyFunctionsCLPCLP CallableCLP(amount: `${number}` | BigDecimal): MoneyChilean Peso money factory@exampleconst money = CLP('1.25');// Money({ currency: Currency({ code: 'CLP' }), amount: BigDecimal('1') })
Chilean Peso money factory