UNPKG
airtune-nostr-tools-development
Version:
latest (1.14.3)
1.14.3
1.14.2
1.14.1
Tools for making a Nostr client.
github.com/nbd-wtf/nostr-tools
nbd-wtf/nostr-tools
airtune-nostr-tools-development
/
lib
/
nip39.d.ts
3 lines
(2 loc)
•
187 B
TypeScript
View Raw
1
2
3
export
declare
function
useFetchImplementation
(
fetchImplementation
:
any
):
void
;
export
declare
function
validateGithub
(
pubkey
:
string
,
username
:
string
,
proof
:
string
):
Promise
<
boolean
>;