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