Skip to content

Commit 336c1af

Browse files
author
magne
committed
feat: expose objects in index
1 parent 6e0d1c7 commit 336c1af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
export { Management, AmqpManagement } from "./management.js"
2+
export { Environment, AmqpEnvironment } from "./environment.js"
3+
export { Connection, AmqpConnection } from "./connection.js"
4+
export { Publisher, AmqpPublisher } from "./publisher.js"
5+
export { createAmqpMessage } from "./message.js"

0 commit comments

Comments
 (0)