UNPKG

rx-nostr

Version:

A library based on RxJS, which allows Nostr applications to easily communicate with relays.

11 lines (10 loc) 227 B
export type { AcceptableDefaultRelaysConfig, DefaultRelayConfig, RxNostr, RxNostrOnParams, RxNostrSendOptions, RxNostrUseOptions, } from "./interface.js"; export * from "./rx-nostr.js"; export * from "./rx-req.js";