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.

6 lines 115 B
/** * @file Nostr event type definitions * @module types/events */ export {}; //# sourceMappingURL=events.js.map