docs: update cache jsdocs for debugging (#796)

This commit is contained in:
brianreidy 2024-02-13 21:13:20 -05:00 committed by GitHub
parent ad69e6d6e4
commit 8df43b3c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
src/cache/cache.ts vendored
View File

@ -331,7 +331,7 @@ export interface CacheInstance {
* the complete guide.
*
* @default noop function
* @see https://axios-cache-interceptor.js.org/#/pages/development-mode
* @see https://axios-cache-interceptor.js.org/guide/debugging
*/
debug: (this: void, msg: DebugObject) => void;
}