linXiv frontend (TS/JS)
    Preparing search index...

    Interface WordDiffRun

    interface WordDiffRun {
        kind: "del" | "same" | "add";
        text: string;
    }
    Index
    kind: "del" | "same" | "add"
    text: string