2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

feat: export mergeConfig (#5151)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Kevin Ennis
2022-12-01 13:41:57 -05:00
committed by GitHub
parent 6f59cdbac9
commit 26874603b3
4 changed files with 12 additions and 2 deletions
+4 -2
View File
@@ -16,7 +16,8 @@ const {
spread,
toFormData,
AxiosHeaders,
formToJSON
formToJSON,
mergeConfig
} = axios;
export {
@@ -33,5 +34,6 @@ export {
spread,
toFormData,
AxiosHeaders,
formToJSON
formToJSON,
mergeConfig
}