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

8 lines 335 B
import { describe, it } from 'vitest'; import * as nostrCrypto from 'nostr-crypto-utils'; describe('nostr-crypto-utils exports', () => { it('should show available exports', () => { console.log('Available exports from nostr-crypto-utils:', Object.keys(nostrCrypto)); }); }); //# sourceMappingURL=crypto-utils-test.js.map