import { type dom } from "https://deno.land/x/evt@v2.4.10/lib/types/index.ts";
const { HTMLCollectionBase } = dom;
A generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.
Index Signatures
index: number]: Element
[