buroventures-harald-code-core
Version:
Harald Code Core - Core functionality for AI-powered coding assistant
14 lines (13 loc) • 402 B
TypeScript
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Determines if we should attempt to launch a browser for authentication
* based on the user's environment.
*
* This is an adaptation of the logic from the Google Cloud SDK.
* @returns True if the tool should attempt to launch a browser.
*/
export declare function shouldAttemptBrowserLaunch(): boolean;