UNPKG

airtune-nostr-tools-development

Version:
3 lines (2 loc) 99 B
/** Get POW difficulty from a Nostr hex ID. */ export declare function getPow(id: string): number;