UNPKG

xpath-ts2

Version:

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

13 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnaryOperation = void 0; const xpath_types_1 = require("../xpath-types"); class UnaryOperation extends xpath_types_1.Expression { rhs; constructor(rhs) { super(); this.rhs = rhs; } } exports.UnaryOperation = UnaryOperation; //# sourceMappingURL=unary-operation.js.map