import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { XPathExpression } = dom;
This interface is a compiled XPath expression that can be evaluated on a document or specific node to return information its DOM tree.
Methods
evaluate(): XPathResult