• Creates a promise that waits for the specified time and then resolves

    Parameters

    • ms: number
    • unref: boolean = false

      Whether unref() should be called on the timeout

    Returns Promise<void>