UNPKG

snstr

Version:

Secure Nostr Software Toolkit for Renegades - A comprehensive TypeScript library for Nostr protocol implementation

5 lines (4 loc) 247 B
import "websocket-polyfill"; export declare function useWebSocketImplementation(wsCtor: typeof WebSocket): void; export declare function resetWebSocketImplementation(): void; export declare function getWebSocketImplementation(): typeof WebSocket;