ut-tools
Version:
Build and Release management automation package.
14 lines • 524 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutputFormat = void 0;
var OutputFormat;
(function (OutputFormat) {
OutputFormat["JSON"] = "json";
OutputFormat["STYLISH"] = "stylish";
OutputFormat["JUNIT"] = "junit";
OutputFormat["HTML"] = "html";
OutputFormat["TEXT"] = "text";
OutputFormat["TEAMCITY"] = "teamcity";
OutputFormat["PRETTY"] = "pretty";
})(OutputFormat = exports.OutputFormat || (exports.OutputFormat = {}));
//# sourceMappingURL=config.js.map