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
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var LinuxConfig = /** @class */ (function () {
    function LinuxConfig(options) {
        if (options === void 0) { options = {}; }
        var _this = this;
        Object.keys(this).map(function (key) {
            if (options[key] !== undefined) {
                switch (key) {
                    default:
                        _this[key] = options[key];
                        break;
                }
            }
        });
    }
    return LinuxConfig;
}());
exports.LinuxConfig = LinuxConfig;
//# sourceMappingURL=LinuxConfig.js.map