UNPKG

outers

Version:

outers - a all in one package for your day to day use

8 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitbucketURL = exports.GitlabURL = exports.GithubURL = void 0; // Git URLS exports.GithubURL = "https://github.com/"; // Github URL exports.GitlabURL = "https://gitlab.com/"; // Gitlab URL exports.BitbucketURL = "https://bitbucket.org/"; // Bitbucket URL //# sourceMappingURL=Git%20Cloner.Constant.js.map