UNPKG
usd-ars
Version:
latest (1.0.0)
1.0.0
Package that transform usd(blue) to ars
usd-ars
/
src
/
request.js
9 lines
(6 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
TYPES_REQUEST_USD
=
{ DOLAR_BLUE_USD:
"DB"
, DOLAR_OFICIAL_USD:
"DO"
, BITCOIN_USD:
"BTC"
}
module
.
exports
= TYPES_REQUEST_USD;