Skip to content

Commit

Permalink
feat: export mergeConfig function in index.d.cts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Dec 21, 2022
1 parent 990934f commit fbb8bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.cts
Expand Up @@ -492,6 +492,7 @@ declare namespace axios {
isAxiosError<T = any, D = any>(payload: any): payload is AxiosError<T, D>;
toFormData(sourceObj: object, targetFormData?: GenericFormData, options?: FormSerializerOptions): GenericFormData;
formToJSON(form: GenericFormData|GenericHTMLFormElement): object;
mergeConfig<D = any>(config1: AxiosRequestConfig<any>, config2?: AxiosRequestConfig<D>): AxiosRequestConfig<D>;
AxiosHeaders: typeof AxiosHeaders;
}
}
Expand Down

0 comments on commit fbb8bdb

Please sign in to comment.