MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / sleep

Function sleep

scripts/studio-provider-bridge.mjs:669–671  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

667}
668
669function sleep(ms) {
670 return new Promise((resolve) => setTimeout(resolve, ms));
671}
672
673function normalizeStudioPublicUrl(value) {
674 return normalizeStudioPublicUrlWithCloud(value, cloudUrl);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected