UNPKG

@nostr-dev-kit/ndk-wallet

Version:
5 lines (4 loc) 158 B
declare module "light-bolt11-decoder" { // eslint-disable-next-line @typescript-eslint/no-explicit-any export function decode(bolt11: string): any; }