@pobuca/xsc
Version:
A cli tool with common git command sets.
8 lines • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var GitRemoteHost;
(function (GitRemoteHost) {
GitRemoteHost[GitRemoteHost["AzureDevOps"] = 0] = "AzureDevOps";
GitRemoteHost[GitRemoteHost["GitHub"] = 1] = "GitHub";
})(GitRemoteHost = exports.GitRemoteHost || (exports.GitRemoteHost = {}));
//# sourceMappingURL=GitRemoteHost.js.map