import { type HTMLCollectionBase } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
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
[