address comments

This commit is contained in:
danisharora099 2022-11-14 15:13:16 +05:30
parent 55890f1b9e
commit 7d8c410b5b
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export { DefaultPubSubTopic } from "./lib/constants"; export { DefaultPubSubTopic } from "./lib/constants";
export { DefaultUserAgent } from "./lib/waku";
export * as proto_message from "./proto/message"; export * as proto_message from "./proto/message";
export * as proto_topic_only_message from "./proto/topic_only_message"; export * as proto_topic_only_message from "./proto/topic_only_message";