UNPKG
bcucotizaciones
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
An easy to use soap client for currency price consulting agains Uruguayan central bank (BCU)
bcucotizaciones
/
dist
/
index.d.ts
5 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
import
ClienteBCU
from
'./integracion/ClienteBCU'
;
import
{
Moneda
}
from
'./moneda/Moneda'
;
import
{
Grupo
}
from
'./cotizacion/Grupo'
;
export
{
ClienteBCU
,
Moneda
,
Grupo
};
//# sourceMappingURL=index.d.ts.map