Files
oh-my-opencode/dist/tools/hashline-edit/hashline-edit-diff.d.ts
T
2026-03-14 04:56:50 +00:00

2 lines
112 B
TypeScript

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