woltlab-compiler
Version:
A compiler for WoltLab-Package Archives and WoltLab-Package Components
17 lines • 611 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Specifies an environment to install listeners to.
*/
var ListenerEnvironment;
(function (ListenerEnvironment) {
/**
* Indicates the front-end which is the default environment.
*/
ListenerEnvironment["FrontEnd"] = "user";
/**
* Indicates the back-end, like, for example, the control panel.
*/
ListenerEnvironment["BackEnd"] = "admin";
})(ListenerEnvironment = exports.ListenerEnvironment || (exports.ListenerEnvironment = {}));
//# sourceMappingURL=ListenerEnvironment.js.map