MCPcopy
hub / github.com/node-cron/node-cron / wait

Function wait

src/node-cron.test.ts:299–301  ·  view source on GitHub ↗
(time: number)

Source from the content-addressed store, hash-verified

297
298
299function wait(time: number){
300 return new Promise(r=> setTimeout(r, time));
301}

Callers 1

node-cron.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected