Skip to content

Commit ab13e7b

Browse files
add consumers to exports
1 parent fd57c6d commit ab13e7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './mongoDBEventStoreConsumer';
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './mongoDBEventStore';
22
export * from './projections';
33
export * from './storage';
4+
export * from './consumers';

0 commit comments

Comments
 (0)