MCPcopy 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
742function sleep(ms) {
743 return new Promise((resolve) => setTimeout(resolve, ms));
744}
745
746function usage() {
747 console.log(`Usage:

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected