File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,15 @@ import AmqpConnectionManager, {
44 ConnectionUrl ,
55 IAmqpConnectionManager ,
66} from './AmqpConnectionManager.js' ;
7- import { PublishOptions } from './ChannelWrapper.js' ;
7+ import CW , { PublishOptions } from './ChannelWrapper.js' ;
88
99export type {
1010 AmqpConnectionManagerOptions ,
1111 ConnectionUrl ,
1212 IAmqpConnectionManager as AmqpConnectionManager ,
1313} from './AmqpConnectionManager.js' ;
14- export type {
15- CreateChannelOpts ,
16- default as ChannelWrapper ,
17- SetupFunc ,
18- Channel ,
19- } from './ChannelWrapper.js' ;
14+ export type { CreateChannelOpts , SetupFunc , Channel } from './ChannelWrapper.js' ;
15+ export type ChannelWrapper = CW ;
2016
2117import { Options as AmqpLibOptions } from 'amqplib' ;
2218
You can’t perform that action at this time.
0 commit comments