interface NonElementParentNodeimport { type NonElementParentNode } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts"; MethodsgetElementById(elementId: string): Element | nullReturns the first element within node's descendants whose ID is elementId.