UNPKG

@nostr-dev-kit/ndk

Version:

NDK - Nostr Development Kit. Includes AI Guardrails to catch common mistakes during development.

6 lines (5 loc) 216 B
/** * Re-export nip19 utilities from nostr-tools for lightweight data conversion * This allows NDK users to encode/decode NIP-19 identifiers without instantiating NDK objects */ export * from "nostr-tools/nip19";