Skip to content

Commit

Permalink
Merge pull request #13 from sweet-security/exports
Browse files Browse the repository at this point in the history
type exports
  • Loading branch information
TsurEdoe authored Sep 8, 2024
2 parents b684266 + 11e6622 commit 01db850
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 01db850

Please sign in to comment.