fryorcraken.eth f48278adce
chore: remove waku dep from @waku/interfaces by defining IEnr
@waku packages are expected to (dev)depend on @waku/interfaces to
implement them. Hence, to avoid possible cyclic (dev)dependency, define
IEnr interface and use it as a type across @waku/packages.
2022-12-21 15:40:34 +11:00

10 lines
269 B
TypeScript

export * from "./enr.js";
export * from "./filter.js";
export * from "./light_push.js";
export * from "./message.js";
export * from "./peer_exchange.js";
export * from "./protocols.js";
export * from "./relay.js";
export * from "./store.js";
export * from "./waku.js";