function removeHighlights()

in packages/dom/src/highlight-text.ts [65:70]


  function removeHighlights() {
    // Remove each of the created highlightElements.
    for (const highlightElement of highlightElements) {
      removeHighlight(highlightElement);
    }
  }