- default(instance, options?): {
series: WaitingList;
clear() => void;
<T, R, D>(config): Promise<R>;
<T, R, D>(url, config?): Promise<R>;
}
-
Returns {
series: WaitingList;
clear() => void;
<T, R, D>(config): Promise<R>;
<T, R, D>(url, config?): Promise<R>;
}
- axios instance with serializer feature
-
- <T, R, D>(config): Promise<R>
-
Type Parameters
-
T = any
-
R = AxiosResponse<T, any>
-
D = any
Returns Promise<R>
- <T, R, D>(url, config?): Promise<R>
-
Type Parameters
-
T = any
-
R = AxiosResponse<T, any>
-
D = any
Returns Promise<R>
-
-
clear:function
- clear(): void
-
Returns void
axios serializer wrapper function