axios-cache-interceptor
Version:
Cache interceptor for axios
9 lines • 381 B
TypeScript
/*!
* Axios Cache Interceptor 1.7.0
* (c) 2021-present Arthur Fiorette & Contributors
* Released under the MIT License.
*/
import type { AxiosCacheInstance } from '../cache/axios.js';
import type { ResponseInterceptor } from './build.js';
export declare function defaultResponseInterceptor(axios: AxiosCacheInstance): ResponseInterceptor;
//# sourceMappingURL=response.d.ts.map