CmpStr - v3.2.1
    Preparing search index...

    Interface DiffOptions

    DiffOptions configures the behavior of the DiffChecker utility.

    interface DiffOptions {
        caseInsensitive?: boolean;
        contextLines?: number;
        expandLines?: boolean;
        groupedLines?: boolean;
        lineBreak?: string;
        maxMagnitudeSymbols?: number;
        mode?: DiffMode;
        showChangeMagnitude?: boolean;
    }
    Index

    Properties

    caseInsensitive?: boolean
    contextLines?: number
    expandLines?: boolean
    groupedLines?: boolean
    lineBreak?: string
    maxMagnitudeSymbols?: number
    mode?: DiffMode
    showChangeMagnitude?: boolean