import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { nextElementSibling } = DomUtils;
Returns the next element sibling of a node.
Parameters
elem: Node
The element to get the next sibling of.
import { DomUtils } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
const { nextElementSibling } = DomUtils;
Returns the next element sibling of a node.
The element to get the next sibling of.