Skip to content

Commit

Permalink
Updating axios in types to be lower case (axios#2797)
Browse files Browse the repository at this point in the history
Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
  • Loading branch information
remcohaszing and chinesedfan committed Oct 27, 2020
1 parent e512be1 commit b30a1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Expand Up @@ -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;

0 comments on commit b30a1db

Please sign in to comment.