UNPKG

nostr-websocket-utils

Version:

Robust WebSocket utilities for Nostr applications with automatic reconnection, supporting both ESM and CommonJS. Features channel-based messaging, heartbeat monitoring, message queueing, and comprehensive error handling with type-safe handlers.

7 lines 202 B
"use strict"; /** * @file Handler type definitions for WebSocket events * @module types/handlers */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=handlers.js.map