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

Function delay

packages/vscode-extension/extension.js:395–397  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

393}
394
395function delay(ms) {
396 return new Promise((resolve) => setTimeout(resolve, ms));
397}
398
399module.exports = {
400 activate,

Callers 1

startProjectServiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected