@w5s/moneyFunctionsDOPDOP CallableDOP(amount: `${number}` | BigDecimal): MoneyDominican Peso money factory@exampleconst money = DOP('1.25');// Money({ currency: Currency({ code: 'DOP' }), amount: BigDecimal('1') })
Dominican Peso money factory