UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

11 lines (10 loc) 314 B
export declare const InternalEvents: { load: "load"; config: "config"; }; export declare type InternalEvents = keyof typeof InternalEvents; export declare const InternalLayers: { globalConfig: "globalConfig"; modules: "modules"; }; export declare type InternalLayers = keyof typeof InternalLayers;