Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Type Alias Stats

    Print per-LOD, per-column statistics (with the structural info block) to the logger — the data-level counterpart to Info.

    type Stats = {
        format?: "text" | "json";
        kind: "stats";
    }
    Index
    format?: "text" | "json"

    Output format. Default: 'text'

    kind: "stats"

    Action type identifier.