UNPKG

xpath-ts2

Version:

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

5 lines (4 loc) 192 B
import { NamespaceResolver } from './xpath-types'; export declare class NamespaceResolverImpl implements NamespaceResolver { getNamespace(prefix: string, n: Node | null): string | null; }