Type alias Range

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

Type declaration

Generated using TypeDoc