UNPKG

rx-nostr

Version:

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

5 lines 272 B
import { RxNostrConfig } from '../config/index.js'; import { RxNostr } from './interface.js'; /** Create a RxNostr object. This is the only way to create that. */ export declare function createRxNostr(config: RxNostrConfig): RxNostr; //# sourceMappingURL=rx-nostr.d.ts.map