2 lines
112 B
TypeScript
2 lines
112 B
TypeScript
export declare function generateHashlineDiff(oldContent: string, newContent: string, filePath: string): string;
|