Export protocols (#609)

This commit is contained in:
Franck R 2022-03-10 14:00:09 +11:00 committed by GitHub
parent ed23332965
commit b904114d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export * as utf8 from "./lib/utf8";
export * as utils from "./lib/utils";
export * as waku from "./lib/waku";
export { Waku, DefaultPubSubTopic } from "./lib/waku";
export { Waku, DefaultPubSubTopic, Protocols } from "./lib/waku";
export * as waku_message from "./lib/waku_message";
export { WakuMessage } from "./lib/waku_message";