Skip to content

Commit

Permalink
added XPathResult to type definiiton
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Chapman committed Jul 17, 2023
1 parent 3a606cd commit 2375a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpath.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface XPathSelect {
}

export function evaluate(expression: string, contextNode: Node, resolver: XPathNSResolver | null, type: number, result: XPathResult | null): XPathResult;
export const XPathResult: XPathResult;

/**
* Evaluate an XPath expression against a DOM node.
Expand Down

0 comments on commit 2375a5d

Please sign in to comment.