UNPKG

rx-nostr

Version:

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

4 lines 222 B
export { NostrConnection, type REQMode, type SubscribeOptions, } from './connection.js'; export { WebSocketCloseCode } from './relay.js'; export type { FinPacket } from './subscribe.js'; //# sourceMappingURL=index.d.ts.map