Skip to content

Commit

Permalink
type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
edoe-tsur committed Sep 8, 2024
1 parent b684266 commit 11e6622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ export { NProducer } from "./lib/nProducer";

export { ConsumerMock } from "./mock/consumer.mock";
export { ProducerMock } from "./mock/producer.mock";

export * from "./types";
export { Message } from "node-rdkafka";
4 changes: 1 addition & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ export enum CompressionTypes {
Snappy = 2,
LZ4 = 3,
ZSTD = 4,
}

export { Message } from "node-rdkafka";
}

0 comments on commit 11e6622

Please sign in to comment.