make Range start and end public
This commit is contained in:
@@ -80,4 +80,12 @@ export default class Range {
|
|||||||
});
|
});
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get start() {
|
||||||
|
return this._start;
|
||||||
|
}
|
||||||
|
|
||||||
|
get end() {
|
||||||
|
return this._end;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user