UNPKG

@nullcc/diff2html-cli

Version:
21 lines 811 B
export declare type StyleType = "line" | "side"; export declare type SummaryType = "closed" | "open" | "hidden"; export declare type LineMatchingType = "lines" | "words" | "none"; export declare type FormatType = "html" | "json"; export declare type InputType = "file" | "command" | "stdin"; export declare type OutputType = "preview" | "stdout"; export declare type DiffyType = "browser" | "pbcopy" | "print"; export interface Configuration { synchronisedScroll: boolean; showFilesOpen: boolean; formatType: FormatType; outputDestinationType: OutputType; outputDestinationFile?: string; inputSource: InputType; diffyType?: DiffyType; htmlWrapperTemplate: string; ignore: string[]; coverage: string; coverageFilePatterns: string; } //# sourceMappingURL=types.d.ts.map