Skip to content

Commit b2db34b

Browse files
author
Luke Chapman
committed
added XPathResult to type definiiton
1 parent 3a606cd commit b2db34b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xpath.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface XPathSelect {
1212
}
1313

1414
export function evaluate(expression: string, contextNode: Node, resolver: XPathNSResolver | null, type: number, result: XPathResult | null): XPathResult;
15+
export {XPathResult}
1516

1617
/**
1718
* Evaluate an XPath expression against a DOM node.

0 commit comments

Comments
 (0)