interface Range {
    end: Node.Position;
    start: Node.Position;
}

Properties

Properties

End position, exclusive.

start: Node.Position

Start position, inclusive.