branch-remover
Version:
A small application for quickly removing unnecessary branches from GitHub.
6 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BranchRemoveCancelationReason = void 0;
var BranchRemoveCancelationReason_1 = require("./BranchRemoveCancelationReason");
Object.defineProperty(exports, "BranchRemoveCancelationReason", { enumerable: true, get: function () { return BranchRemoveCancelationReason_1.BranchRemoveCancelationReason; } });
//# sourceMappingURL=index.js.map