UNPKG

@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) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StoreType = void 0; const StoreType_1 = require("./StoreType"); Object.defineProperty(exports, "StoreType", { enumerable: true, get: function () { return StoreType_1.StoreType; } }); //# sourceMappingURL=index.js.map