@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
8 lines (6 loc) • 310 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartupType = void 0;
var IProcessor_1 = require("./IProcessor");
Object.defineProperty(exports, "StartupType", { enumerable: true, get: function () { return IProcessor_1.StartupType; } });
//# sourceMappingURL=index.js.map
;