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.

8 lines 212 B
import { NostrWSClient } from './core/client'; // Re-export the client export { NostrWSClient }; // Export a default object for UMD bundle export default { NostrWSClient }; //# sourceMappingURL=browser.js.map