@tikoci/centrs
    Preparing search index...

    Interface ExplainSpanRange

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

    interface ExplainSpanRange {
        end: number;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    end: number
    start: number