UNPKG

rx-nostr

Version:

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

7 lines 158 B
import * as Nostr from "nostr-typedef"; declare global { interface Window { nostr?: Nostr.Nip07.Nostr; } } //# sourceMappingURL=nip07.d.ts.map