UNPKG

nostr-relaypool

Version:

A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency.

6 lines (5 loc) 177 B
export * from "./relay-pool"; export * from "./author"; export * from "./collect"; export {emitEventsOnNextTick} from "./on-event-filters"; export * from "./relay-pool-worker";