feat: single publisher

This commit is contained in:
2023-11-08 17:36:04 +00:00
parent 7ca6a3bc6e
commit 224bf5c85c
25 changed files with 16 additions and 24 deletions

View File

@ -47,3 +47,5 @@ declare module "light-bolt11-decoder" {
value: string | Uint8Array | number | undefined;
}
}
declare const __SINGLE_PUBLISHER: string;