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.
10 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NostrWSClient = void 0;
const client_1 = require("./core/client");
Object.defineProperty(exports, "NostrWSClient", { enumerable: true, get: function () { return client_1.NostrWSClient; } });
// Export a default object for UMD bundle
exports.default = {
NostrWSClient: client_1.NostrWSClient
};
//# sourceMappingURL=browser.js.map