UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

23 lines (21 loc) 587 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnvironmentRead = void 0; class EnvironmentRead { constructor(settings, serverSettings, envRead) { this.settings = settings; this.serverSettings = serverSettings; this.envRead = envRead; } getSettings() { return this.settings; } getServerSettings() { return this.serverSettings; } getEnvironmentVariables() { return this.envRead; } } exports.EnvironmentRead = EnvironmentRead; //# sourceMappingURL=EnvironmentRead.js.map