@manuth/woltlab-compiler
Version:
A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components
15 lines • 509 B
JavaScript
/**
* Specifies an environment to install listeners to.
*/
export 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 = ListenerEnvironment || (ListenerEnvironment = {}));
//# sourceMappingURL=ListenerEnvironment.js.map