@snyk/protect
Version:
Snyk protect library and utility
10 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtectResultType = void 0;
var ProtectResultType;
(function (ProtectResultType) {
ProtectResultType["NO_SNYK_FILE"] = "NO_SNYK_FILE";
ProtectResultType["NOTHING_TO_PATCH"] = "NOTHING_TO_PATCH";
ProtectResultType["APPLIED_PATCHES"] = "APPLIED_PATCHES";
})(ProtectResultType = exports.ProtectResultType || (exports.ProtectResultType = {}));
//# sourceMappingURL=types.js.map