@cruglobal/js-hcl2 - v0.1.1
    Preparing search index...

    Interface Range

    An inclusive-start, exclusive-end span of source text.

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

    Properties

    Properties

    start: Position