Type Alias: Range
Range = readonly [
number,number]
Defined in: Parser/types.ts:51
A range of text in a document. The range is inclusive of the start and exclusive of the end.
Range = readonly [
number,number]
Defined in: Parser/types.ts:51
A range of text in a document. The range is inclusive of the start and exclusive of the end.