We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent 75be536 commit 3252996Copy full SHA for 3252996
packages/utils/src/store/index.ts
@@ -1,4 +1,4 @@
1
-export { Store, StoreConfig, Stores } from 'cache-manager'
+export type { Store, StoreConfig, Stores } from 'cache-manager'
2
export { redisStore } from './redis'
3
export * from './manager'
4
export { memoryStore } from './memory'
0 commit comments