We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ca24b commit 820fe6eCopy full SHA for 820fe6e
1 file changed
index.d.ts
@@ -155,6 +155,6 @@ export interface AxiosStatic extends AxiosInstance {
155
spread<T, R>(callback: (...args: T[]) => R): (array: T[]) => R;
156
}
157
158
-declare const Axios: AxiosStatic;
+declare const axios: AxiosStatic;
159
160
-export default Axios;
+export default axios;
0 commit comments