UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

8 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isBasicAuthCredentials(o) { const c = o; return !!c && !!c.username && !!c.password; } exports.isBasicAuthCredentials = isBasicAuthCredentials; //# sourceMappingURL=BasicAuthCredentials.js.map