UNPKG
@odata2ts/http-client-axios
Version:
latest (0.12.0)
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
Axios based odata HTTP client consumable by odata2ts
@odata2ts/http-client-axios
/
lib
/
index.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./AxiosClient"
;
export
{
AxiosClientError
}
from
"./AxiosClientError"
;
export
{
AxiosRequestConfig
}
from
"./AxiosRequestConfig"
;