import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NodeList } = dom;
NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().
Index Signatures
index: number]: Node
[