Skip to content

Commit

Permalink
feat: Export NodeCryptoOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jun 15, 2022
1 parent 3238784 commit 30e141d
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 @@ -100,6 +100,7 @@ export { PrivatePublicGatewayChannel } from './lib/nodes/channels/PrivatePublicG

//endregion

export { NodeCryptoOptions } from './lib/nodes/NodeCryptoOptions';
export { PublicNodeConnectionParams } from './lib/nodes/PublicNodeConnectionParams';
export * from './lib/nodes/errors';
export * from './lib/publicAddressing';

0 comments on commit 30e141d

Please sign in to comment.