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