Interface Range

Istanbul-compatible range

interface Range {
    end: Location;
    start: Location;
}

Properties

Properties

start: Location