• Waits for a specified amount of time.

    Parameters

    • duration: number

      The amount of time to wait.

    Returns Promise<void>

    Example

    await wait(500);