UNPKG

@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
"use strict"; 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