UNPKG

@ryunen344/danger-plugin-jacoco

Version:
13 lines 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; var Type; (function (Type) { Type["Branch"] = "BRANCH"; Type["Class"] = "CLASS"; Type["Complexity"] = "COMPLEXITY"; Type["Instruction"] = "INSTRUCTION"; Type["Line"] = "LINE"; Type["Method"] = "METHOD"; })(Type || (exports.Type = Type = {})); //# sourceMappingURL=type.js.map