Files
oh-my-opencode/dist/shared/git-worktree/format-file-changes.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
139 B
TypeScript

import type { GitFileStat } from "./types";
export declare function formatFileChanges(stats: GitFileStat[], notepadPath?: string): string;