Prelude API
    Preparing search index...

    Type Alias T

    Defines the operation type for diff output.

    type T = {
        lines: string[];
        type: "unchanged" | "removed" | "added";
    }
    Index
    lines: string[]
    type: "unchanged" | "removed" | "added"