interface dom.NodeListOf
implements NodeList
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NodeListOf } = dom;
Type Parameters
TNode extends Node
Index Signatures
index: number]: TNode
[import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { NodeListOf } = dom;