UNPKG

xpath-ts2

Version:

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

6 lines (5 loc) 159 B
import { Expression } from '../xpath-types'; export declare class UnaryOperation extends Expression { rhs: Expression; constructor(rhs: Expression); }