Added the definition of the "axios-cancel" package

This commit is contained in:
TheDSCPL 2019-04-10 17:27:11 +01:00 committed by Luis
parent 2a2feb117c
commit 3fc334203e

View File

@ -9,9 +9,7 @@ import axios from "axios";
declare module 'axios' {
export interface AxiosRequestConfig {
requestId?: string
}
};
}
function axiosCancel(a: typeof axios): void;
export default axiosCancel;
export =function (a: typeof axios): void;