@tikoci/centrs
    Preparing search index...

    Interface ExplainToken

    A half-open analyzed-byte span, the coordinate contract of coordinates.ts.

    interface ExplainToken {
        class: ExplainTokenClass;
        end: number;
        ev: string;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Provisional until #264 B5 — do not treat as the final vocabulary. unclassified means no analyzer claimed this byte.

    end: number
    ev: string
    start: number