@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
15 lines (13 loc) • 329 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppLogStorage = void 0;
class AppLogStorage {
constructor(engine) {
this.engine = engine;
}
getEngine() {
return this.engine;
}
}
exports.AppLogStorage = AppLogStorage;
//# sourceMappingURL=AppLogStorage.js.map
;