Wait for a specific amount of milliseconds to pass
a promise that resolves after a certain amount of milliseconds
await delay(1000); Copy
await delay(1000);
Generated using TypeDoc
Wait for a specific amount of milliseconds to pass