zibri
    Preparing search index...

    All data needed to generate a file.

    type FileToGenerate = {
        lines: string[];
        path: Path;
    }
    Index

    Properties

    Properties

    lines: string[]

    The actual content of the file in lines.

    path: Path

    The path where the file should be generated.