fix: do not export waitForRemotePeer from index

It is already present in the exports map.
This commit is contained in:
fryorcraken.eth 2022-09-01 10:48:16 +10:00
parent 4740eabb5f
commit 282a7f256f
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ export * as enr from "./lib/enr";
export * as utils from "./lib/utils";
export { waitForRemotePeer } from "./lib/wait_for_remote_peer";
export * as proto_message from "./proto/message";
export * as waku from "./lib/waku";