UNPKG

@manuth/woltlab-compiler

Version:

A compiler for generating WoltLab-Package `.tar` Archives and other WoltLab-Package Components

14 lines (13 loc) 316 B
/** * Specifies an environment to install listeners to. */ export declare enum ListenerEnvironment { /** * Indicates the front-end which is the default environment. */ FrontEnd = "user", /** * Indicates the back-end, like, for example, the control panel. */ BackEnd = "admin" }