UNPKG

rx-nostr

Version:

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

2 lines 130 B
export declare function inlineTry<T, U>(f: () => T, g: U | ((err: unknown) => U)): T | U; //# sourceMappingURL=inline-try.d.ts.map