a promise that resolves after a certain amount of millisecondse.g. await delay(1000) will wait for 1 second
await delay(1000)
Generated using TypeDoc