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