UNPKG

rx-nostr

Version:

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

6 lines 205 B
import { EventSigner } from './signer.js'; export type AuthenticatorConfig = Authenticator | "auto"; export interface Authenticator { signer?: EventSigner; } //# sourceMappingURL=authenticator.d.ts.map