We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6163d9 commit 847fbbbCopy full SHA for 847fbbb
lib/util/http/cache/memory-http-cache-provider.ts
@@ -1,5 +1,5 @@
1
import * as memCache from '../../cache/memory';
2
-import { HttpResponse } from '../types';
+import type { HttpResponse } from '../types';
3
import { AbstractHttpCacheProvider } from './abstract-http-cache-provider';
4
import type { HttpCache } from './schema';
5
0 commit comments