UNPKG

nostr-tools

Version:
9 lines (8 loc) 310 B
import { AbstractSimplePool } from './abstract-pool.ts'; export declare function useWebSocketImplementation(websocketImplementation: any): void; export declare class SimplePool extends AbstractSimplePool { constructor(options?: { enablePing?: boolean; }); } export * from './abstract-pool.ts';