Skip to content

Commit

Permalink
fix: Export Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jun 15, 2022
1 parent 241755b commit fd6934c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export * from './lib/messages/bindings/signatures';
export { Endpoint } from './lib/nodes/Endpoint';
export { EndpointManager } from './lib/nodes/managers/EndpointManager';
export { GatewayManager } from './lib/nodes/managers/GatewayManager';
export { Gateway } from './lib/nodes/Gateway';
export { PrivateGatewayManager } from './lib/nodes/managers/PrivateGatewayManager';
export { PrivateGateway } from './lib/nodes/PrivateGateway';
export { CargoMessageStream } from './lib/nodes/CargoMessageStream';
Expand Down

0 comments on commit fd6934c

Please sign in to comment.