UNPKG

@pact-foundation/pact

Version:
15 lines 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.XmlText = void 0; const xmlNode_1 = require("./xmlNode"); class XmlText extends xmlNode_1.XmlNode { content; matcher; constructor(content, matcher) { super(); this.content = content; this.matcher = matcher; } } exports.XmlText = XmlText; //# sourceMappingURL=xmlText.js.map