UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

11 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getEnv = void 0; const getEnv = keys => { return keys.reduce((prev, current) => ({ ...prev, [current]: process.env[current], }), {}); }; exports.getEnv = getEnv; //# sourceMappingURL=EnvFunction.js.map