Skip to content

Commit 8f10a43

Browse files
authored
Missing export (#288)
* Adding missing export * Sorting exports
1 parent 12d24cc commit 8f10a43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/kafka/lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './handler-container/index.ts'
2-
export * from './types.ts'
2+
export * from './AbstractKafkaConsumer.ts'
33
export * from './AbstractKafkaPublisher.ts'
4+
export * from './types.ts'

0 commit comments

Comments
 (0)