import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { XPathResult } = dom;
The results generated by evaluating an XPath expression within the context of a given node.
Properties
readonly
singleNodeValue: Node | null