UNPKG

axios-cache-interceptor

Version:
8 lines 288 B
/*! * Axios Cache Interceptor 1.7.0 * (c) 2021-present Arthur Fiorette & Contributors * Released under the MIT License. */ import type { HeaderInterpreter } from './types.mjs'; export declare const defaultHeaderInterpreter: HeaderInterpreter; //# sourceMappingURL=interpreter.d.ts.map