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) 198 B
import { Expression, VariableResolver } from './xpath-types'; export declare class VariableResolverImpl implements VariableResolver { getVariable(_ln: string, _ns: string): Expression | null; }