This is a wrapper around setTimeout() that works with await.
await sleep(100);
await sleep(100)
A promise that you can wait on.
How long in milliseconds to sleep.
Generated using TypeDoc
This is a wrapper around setTimeout() that works with await.
await sleep(100)
;Returns
A promise that you can wait on.