UNPKG

git-tweezers

Version:

Advanced git staging tool with hunk and line-level control

7 lines (6 loc) 395 B
export declare function ensureDir(dir: string): Promise<void>; export declare function fileExists(p: string): Promise<boolean>; export declare function copyFile(src: string, dest: string): Promise<void>; export declare function isGitRepository(dir?: string): Promise<boolean>; export declare function getHomeDir(): string; export declare function getClaudeCommandsDir(global?: boolean): string;