mirror of https://github.com/waku-org/js-waku.git
fix: export `createWaku`
This commit is contained in:
parent
94a21bc75e
commit
b7b6a11f43
|
@ -16,7 +16,7 @@ export * as utils from "./lib/utils";
|
|||
export { waitForRemotePeer } from "./lib/wait_for_remote_peer";
|
||||
|
||||
export * as waku from "./lib/waku";
|
||||
export { Waku, Protocols } from "./lib/waku";
|
||||
export { createWaku, Waku, Protocols } from "./lib/waku";
|
||||
|
||||
export * as waku_message from "./lib/waku_message";
|
||||
export { WakuMessage } from "./lib/waku_message";
|
||||
|
|
Loading…
Reference in New Issue