UNPKG

nostr-dm-magiclink-utils

Version:

A comprehensive Nostr utility library for magic link authentication via direct messages, supporting both ESM and CommonJS. Features NIP-01/04 compliant message encryption, multi-relay support, internationalization (i18n) with RTL support, and TypeScript-f

4 lines 155 B
export * from './nip01.js'; export * from './nip04.js'; export { encryptNip44, decryptNip44 } from '../../nips/nip44.js'; //# sourceMappingURL=index.js.map