UNPKG

@rocket.chat/apps-engine

Version:

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

14 lines (12 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseBridge = void 0; /** * This class will be used for identification * of the instances the host sends over to * the Apps-Engine */ class BaseBridge { } exports.BaseBridge = BaseBridge; //# sourceMappingURL=BaseBridge.js.map