Skip to content

Commit

Permalink
Updating axios in types to be lower case (#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 94ca24b commit 820fe6e
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 820fe6e

Please sign in to comment.