MCPcopy Create free account
hub / github.com/TributePaulWalker/Profiles / sleep

Function sleep

JavaScript/Surge/Sub_info_lite.js:206–208  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

204}
205
206function sleep(ms) {
207 return new Promise(resolve => setTimeout(resolve, ms))
208}

Callers 1

Sub_info_lite.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected