@w5s/moneyFunctionsARSARS Argentine Peso money factory@exampleconst money = ARS('1.25');// Money({ currency: Currency({ code: 'ARS' }), amount: BigDecimal('1') })CallableARS(amount): Money
Argentine Peso money factory