UNPKG

@akiojin/claude-worktree

Version:

Interactive Git worktree manager for Claude Code with graphical branch selection

8 lines 301 B
import { BranchInfo } from './types.js'; import { WorktreeInfo } from '../worktree.js'; export declare function createBranchTable(branches: BranchInfo[], worktrees: WorktreeInfo[]): Promise<Array<{ name: string; value: string; description?: string; }>>; //# sourceMappingURL=table.d.ts.map