• Asynchronously waits for the specified time.

    Parameters

    • time: number = 1000

      The time to wait in milliseconds. Defaults to 1000.

    Returns Promise<void>

    • A Promise that resolves after the specified time.

Generated using TypeDoc