MCPcopy Create free account
hub / github.com/emwalker/digraph / sleep

Function sleep

next/lib/index.ts:22–24  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

20}
21
22export function sleep(ms: number) {
23 return new Promise((resolve) => { setTimeout(resolve, ms) })
24}

Callers 2

POSTFunction · 0.90
GETFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected