Type Alias: TextContentLine
TextContentLine =
Readonly<{end:number;start:number;text:string; }>
Defined in: _internal/text-content-lint.ts:9
Inclusive-exclusive text range measured in UTF-16 code units.
TextContentLine =
Readonly<{end:number;start:number;text:string; }>
Defined in: _internal/text-content-lint.ts:9
Inclusive-exclusive text range measured in UTF-16 code units.