UNPKG

rx-nostr

Version:

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

4 lines (2 loc) 66 B
export const EMPTY = Symbol(); export type Empty = typeof EMPTY;