• Sleep the current thread for the given amount of time

    Parameters

    • timeMs: number

      time in milliseconds to sleep

    Returns Promise<null>