domutils
    Preparing search index...

    Function nextElementSibling

    • Returns the next element sibling of a node.

      Parameters

      • elem: AnyNode

        The element to get the next sibling of.

      Returns null | Element

      elem's next sibling that is a tag, or null if there is no next sibling.