UNPKG

rx-nostr

Version:

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

7 lines 287 B
import { LazyFilter } from './packet.js'; import * as Nostr from "nostr-typedef"; /** * Evaluate one or more `LazyFilter`s and return `Nostr.Filter[]`. */ export declare function evalFilters(filters: LazyFilter | LazyFilter[]): Nostr.Filter[]; //# sourceMappingURL=lazy-filter.d.ts.map