Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / dist / lib / config / LinuxConfig.js
root on 7 May 2019 625 bytes Initial commit
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var LinuxConfig = /** @class */ (function () {
  4. function LinuxConfig(options) {
  5. if (options === void 0) { options = {}; }
  6. var _this = this;
  7. Object.keys(this).map(function (key) {
  8. if (options[key] !== undefined) {
  9. switch (key) {
  10. default:
  11. _this[key] = options[key];
  12. break;
  13. }
  14. }
  15. });
  16. }
  17. return LinuxConfig;
  18. }());
  19. exports.LinuxConfig = LinuxConfig;
  20. //# sourceMappingURL=LinuxConfig.js.map
Buy Me A Coffee