function()

in beta/src/components/Layout/useTocHighlight.tsx [13:19]


    function (testElement) {
      return (
        testElement.parentNode.nodeName === 'H1' ||
        testElement.parentNode.nodeName === 'H2' ||
        testElement.parentNode.nodeName === 'H3'
      );
    }