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:
Vendored
+2
-2
@@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance {
|
|||||||
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
|
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare const Axios: AxiosStatic;
|
declare const axios: AxiosStatic;
|
||||||
|
|
||||||
export default Axios;
|
export default axios;
|
||||||
|
|||||||
Reference in New Issue
Block a user