mirror of
https://github.com/nostr-connect/connect.git
synced 2026-02-23 05:04:23 +01:00
add ConnectURI class
This commit is contained in:
3
test/utils.ts
Normal file
3
test/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function sleep(ms: number) {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user