import { type HTMLCollection } from "https://deno.land/x/deno_dom@v0.1.35-alpha-artifacts/src/dom/html-collection.ts";
Methods
new(): HTMLCollection
[[Symbol.iterator]](): Generator<Element>
item(index: number): Element
[HTMLCollectionMutatorSym](): HTMLCollectionMutator