export function highlightText()

in packages/dom/src/highlight-text.ts [49:52]


export function highlightText(
  target: Node | Range,
  tagName = 'mark',
  attributes: Record<string, string> = {},