UNPKG

rx-nostr

Version:

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

8 lines (6 loc) 116 B
import * as Nostr from "nostr-typedef"; declare global { interface Window { nostr?: Nostr.Nip07.Nostr; } }