Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DomUtils.nextElementSibling

Returns the next element sibling of a node.

function nextElementSibling(elem: Node): Element | null;
§
nextElementSibling(elem: Node): Element | null
[src]

§Parameters

§
elem: Node
[src]

The element to get the next sibling of.

§Return Type

§

elem's next sibling that is a tag.