Files
oh-my-opencode/dist/tools/hashline-edit/hashline-edit-diff.d.ts
T

2 lines
112 B
TypeScript
Raw Normal View History

export declare function generateHashlineDiff(oldContent: string, newContent: string, filePath: string): string;