UNPKG

xpath-ts2

Version:

DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.

8 lines (7 loc) 254 B
export declare class XPathNSResolverWrapper { xpathNSResolver: { lookupNamespaceURI(prefix: string | null): string | null; } | null; constructor(r: XPathNSResolver | null); getNamespace(prefix: string, _n: Node): string | null; }