UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

7 lines (6 loc) 279 B
/** * Formats a transaction description by removing the nanoId if present * @param description The original transaction description * @returns The formatted description with nanoId removed */ export declare function formatTransactionDescription(description: string): string;