UNPKG

@pobuca/xsc

Version:

A cli tool with common git command sets.

8 lines 368 B
"use strict"; 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