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