MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / delay

Function delay

typescript/tests/test.ts:31–33  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

29}
30
31function delay(ms: number) {
32 return new Promise((resolve) => setTimeout(resolve, ms));
33}
34
35dotenv.config();
36const CLIENT_ID = getFromEnvironment("CLIENT_ID");

Callers 2

getTokenAsyncMethod · 0.85
test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected