@tikoci/centrs
    Preparing search index...

    Interface ExplainSpan

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

    interface ExplainSpan {
        class: ExplainSpanClass;
        end: number;
        ev: string;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    end: number
    ev: string
    start: number