UNPKG

@atomist/automation-client

Version:
14 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function config(key) { try { const c = require("config"); return c.get(key); } catch (err) { // Ignore this error } return undefined; } exports.config = config; //# sourceMappingURL=config.js.map