UNPKG

rx-nostr

Version:

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

8 lines (7 loc) 193 B
export { NostrConnection, type REQMode, type SubscribeOptions, } from "./connection.js"; export { WebSocketCloseCode } from "./relay.js"; export type { FinPacket } from "./subscribe.js";