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

    Type Alias DirEntry

    type DirEntry = {
        kind: "file" | "directory";
        name: string;
    }
    Index
    kind: "file" | "directory"

    The guest re-joins each basename to the parent.

    name: string