ccgo
Version:
Simple Claude Code launcher with config management and environment variable injection
20 lines • 514 B
TypeScript
/**
* 安装检查工具
* 检查 Claude Code 是否已安装
*/
/**
* 获取 Claude 命令名称(跨平台)
* @returns Claude 命令名称
*/
export declare function getClaudeCommand(): string;
/**
* 检查 Claude Code 是否已安装
* @returns 是否已安装
*/
export declare function checkClaudeInstallation(): boolean;
/**
* 获取 Claude Code 版本
* @returns 版本号或 undefined
*/
export declare function getClaudeVersion(): string | undefined;
//# sourceMappingURL=installer.d.ts.map