MCPcopy Create free account
hub / github.com/block/buzz / wait

Function wait

desktop/src/features/workspaces/ui/WelcomeSetup.tsx:42–46  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

40}
41
42function wait(ms: number) {
43 return new Promise<void>((resolve) => {
44 window.setTimeout(resolve, ms);
45 });
46}
47
48function NostrKeyImportPage({
49 connectionError,

Callers 1

WelcomeSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected