@tikoci/centrs
    Preparing search index...

    Interface Range

    A half-open (line, col) range in original — the LSP range space.

    interface Range {
        end: Position;
        start: Position;
    }
    Index

    Properties

    Properties

    start: Position