import { type NodeIterator } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
An iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.
import { type NodeIterator } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
An iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.