UNPKG

worktree-tool

Version:

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

3 lines 187 B
import { ConflictInfo } from "../../core/types.js"; export declare function detectActiveConflicts(worktreePath: string): Promise<ConflictInfo | null>; //# sourceMappingURL=active.d.ts.map