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.

22 lines 587 B
/** * @file NIPs implementation index * @module nips */ export * from './nip-01.js'; export * from './nip-02.js'; export * from './nip-04.js'; export * from './nip-44.js'; export * from './nip-05.js'; export * from './nip-09.js'; export * from './nip-19.js'; export * from './nip-26.js'; export * from './nip-11.js'; export * from './nip-20.js'; export * from './nip-13.js'; export * from './nip-16.js'; export * from './nip-15.js'; export * from './nip-22.js'; export * from './nip-28.js'; export * from './nip-33.js'; export * from './nip-46.js'; //# sourceMappingURL=index.d.ts.map