@pierre/diffs
Version:
13 lines (12 loc) • 559 B
TypeScript
import { DiffsHighlighter, FileDiffMetadata, ForceDiffPlainTextOptions, RenderDiffOptions, ThemedDiffResult } from "../types.js";
//#region src/utils/renderDiffWithHighlighter.d.ts
declare function renderDiffWithHighlighter(diff: FileDiffMetadata, highlighter: DiffsHighlighter, options: RenderDiffOptions, {
forcePlainText,
startingLine,
totalLines,
expandedHunks,
collapsedContextThreshold
}?: ForceDiffPlainTextOptions): ThemedDiffResult;
//#endregion
export { renderDiffWithHighlighter };
//# sourceMappingURL=renderDiffWithHighlighter.d.ts.map