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

Updating axios in types to be lower case (#2797)

Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
Remco Haszing
2020-10-27 13:36:32 +01:00
committed by GitHub
parent 94ca24b5b2
commit 820fe6e41a
Vendored
+2 -2
View File
@@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance {
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
}
declare const Axios: AxiosStatic;
declare const axios: AxiosStatic;
export default Axios;
export default axios;