Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ sleep
Function
sleep
scripts/studio-host-provider.mjs:742–744 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
740
}
741
742
function
sleep(ms) {
743
return
new
Promise((resolve) => setTimeout(resolve, ms));
744
}
745
746
function
usage() {
747
console.log(`Usage:
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected