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