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) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AppMetadataStorage = void 0; class AppMetadataStorage { constructor(engine) { this.engine = engine; } getEngine() { return this.engine; } } exports.AppMetadataStorage = AppMetadataStorage; //# sourceMappingURL=AppMetadataStorage.js.map