import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NamedNodeMap } = dom;
A collection of Attr objects. Objects inside a NamedNodeMap are not in any particular order, unlike NodeList, although they may be accessed by an index as in an array.
Index Signatures
index: number]: Attr
[