Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameri/nostream
/ delayMs
Function
delayMs
src/utils/misc.ts:1–4 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
1
export
const
delayMs = (ms: number): Promise<void> =>
2
new
Promise<void>((resolve) => {
3
setTimeout(resolve, ms)
4
})
Callers
3
clearOldEventsSafely
Method · 0.90
delay
Method · 0.90
processNip05Reverifications
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected