chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type WorktreeEntry = {
|
||||
path: string;
|
||||
branch: string | undefined;
|
||||
bare: boolean;
|
||||
};
|
||||
export declare function parseWorktreeListPorcelain(output: string): WorktreeEntry[];
|
||||
export declare function listWorktrees(directory: string): WorktreeEntry[];
|
||||
export declare function detectWorktreePath(directory: string): string | null;
|
||||
Reference in New Issue
Block a user