UNPKG

xpath-ts2

Version:

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

10 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VariableResolverImpl = void 0; class VariableResolverImpl { getVariable(_ln, _ns) { return null; } } exports.VariableResolverImpl = VariableResolverImpl; //# sourceMappingURL=variable-resolver.js.map