style: prettified code

This commit is contained in:
Hazork 2021-10-28 11:42:40 -03:00
parent 312ff64bfe
commit 0058cd5771

4
src/cache/axios.ts vendored
View File

@ -60,9 +60,7 @@ export interface AxiosCacheInstance extends CacheInstance {
* @template R The type returned by this response
* @template D The type that the request body use
*/
<R = any, D = any>(config: CacheRequestConfig<D>): Promise<
CacheAxiosResponse<R, D>
>;
<R = any, D = any>(config: CacheRequestConfig<D>): Promise<CacheAxiosResponse<R, D>>;
/**
* @template R The type returned by this response
* @template D The type that the request body use