@atomist/automation-client
Version:
Atomist API for software low-level client
8 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
function isGitlabPrivateTokenCredentials(poc) {
const q = poc;
return q.privateToken !== undefined;
}
exports.isGitlabPrivateTokenCredentials = isGitlabPrivateTokenCredentials;
//# sourceMappingURL=GitlabPrivateTokenCredentials.js.map