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