arch-unit-ts
Version:
10 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllowEmptyShouldType = void 0;
var AllowEmptyShouldType;
(function (AllowEmptyShouldType) {
AllowEmptyShouldType[AllowEmptyShouldType["TRUE"] = 0] = "TRUE";
AllowEmptyShouldType[AllowEmptyShouldType["FALSE"] = 1] = "FALSE";
AllowEmptyShouldType[AllowEmptyShouldType["AS_CONFIGURED"] = 2] = "AS_CONFIGURED";
})(AllowEmptyShouldType || (exports.AllowEmptyShouldType = AllowEmptyShouldType = {}));
//# sourceMappingURL=AllowEmptyShouldType.js.map