UNPKG
@c4tplatform/caminojs
Version:
latest (1.4.0)
1.4.0
1.3.1
1.3.0
1.2.0-rc1
1.1.0-rc2
1.1.0-rc1
1.0.1
1.0.0
Camino Platform JS Library
github.com/chain4travel/caminojs
chain4travel/caminojs
@c4tplatform/caminojs
/
dist
/
utils
/
fetchadapter.d.ts
3 lines
•
191 B
TypeScript
View Raw
1
2
3
import
{
AxiosRequestConfig
,
AxiosResponse
}
from
"axios"
;
export
declare
function
fetchAdapter
(
config: AxiosRequestConfig
):
Promise
<
AxiosResponse
>;
//# sourceMappingURL=fetchadapter.d.ts.map