axios-cache-interceptor
Version:
Cache interceptor for axios
9 lines • 379 B
text/typescript
/*!
* Axios Cache Interceptor 1.7.0
* (c) 2021-present Arthur Fiorette & Contributors
* Released under the MIT License.
*/
import type { AxiosCacheInstance } from '../cache/axios.mjs';
import type { RequestInterceptor } from './build.mjs';
export declare function defaultRequestInterceptor(axios: AxiosCacheInstance): RequestInterceptor;
//# sourceMappingURL=request.d.ts.map