UNPKG

worktree-tool

Version:

A command-line tool for managing Git worktrees with integrated tmux/shell session management

3 lines 229 B
import { ConflictInfo } from "../../core/types.js"; export declare function detectPotentialConflictsLegacy(worktreePath: string, targetBranch?: string): Promise<ConflictInfo | null>; //# sourceMappingURL=potential-legacy.d.ts.map