We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a606cd commit b2db34bCopy full SHA for b2db34b
xpath.d.ts
@@ -12,6 +12,7 @@ export interface XPathSelect {
12
}
13
14
export function evaluate(expression: string, contextNode: Node, resolver: XPathNSResolver | null, type: number, result: XPathResult | null): XPathResult;
15
+export {XPathResult}
16
17
/**
18
* Evaluate an XPath expression against a DOM node.
0 commit comments