UNPKG

@reptilbud/etcd3-temp

Version:
27 lines 860 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports", "etcd3"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const etcd3_1 = require("etcd3"); class Etcd3Manager { constructor(config) { this._config = config; this._client = new etcd3_1.Etcd3(config.client); } get client() { return this._client; } get config() { return this._config; } } exports.Etcd3Manager = Etcd3Manager; }); //# sourceMappingURL=etcd3.manager.js.map