UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

17 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Defer loading the config library until it is used. */ 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