mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-31 12:03:06 +00:00
* feat: query on connect Perform store time-range queries upon connecting to a store node. Some heuristics are applied to ensure the store queries are not too frequent. * make `maybeQuery` private * query-on-connect: use index.ts only for re-export * query-on-connect: update doc
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
export {
|
|
QueryOnConnectOptions,
|
|
QueryOnConnectEvent,
|
|
QueryOnConnect
|
|
} from "./query_on_connect.js";
|