2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

feat: export getAdapter function (#5324)

This commit is contained in:
夜葬
2023-08-27 01:42:25 +08:00
committed by GitHub
parent 9a414bb6c8
commit ca73eb878d
7 changed files with 42 additions and 0 deletions
+2
View File
@@ -18,6 +18,7 @@ const {
AxiosHeaders,
HttpStatusCode,
formToJSON,
getAdapter,
mergeConfig
} = axios;
@@ -37,5 +38,6 @@ export {
AxiosHeaders,
HttpStatusCode,
formToJSON,
getAdapter,
mergeConfig
}