Skip to content

LineHighlight

ts
type LineHighlight = 
  | number & object
  | string & object
  | LineHighlightRange;

Defined in: utils.ts:6