UNPKG

rx-nostr

Version:

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

4 lines 250 B
export type { AcceptableDefaultRelaysConfig, DefaultRelayConfig, RxNostr, RxNostrOnParams, RxNostrSendOptions, RxNostrUseOptions, } from './interface.js'; export * from './rx-nostr.js'; export * from './rx-req.js'; //# sourceMappingURL=index.d.ts.map