buroventures-harald-code-core
Version:
Harald Code Core - Core functionality for AI-powered coding assistant
12 lines (11 loc) • 326 B
TypeScript
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Retrieves the installation ID from a file, creating it if it doesn't exist.
* This ID is used for unique user installation tracking.
* @returns A UUID string for the user.
*/
export declare function getInstallationId(): string;