Skip to content

Commit dcc51fd

Browse files
committed
Default export the adapter
1 parent 23b8d13 commit dcc51fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
import { RedisCacheAdapter } from './RedisCacheAdapter';
2+
13
export * from './RedisCacheAdapter';
4+
export default RedisCacheAdapter;

0 commit comments

Comments
 (0)