UNPKG

rage-framework

Version:

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

8 lines (7 loc) 288 B
import { ApplicationService } from '@rage-framework/core'; import { ConfigModel } from '@rage-framework/core'; export declare class ClientService { private applicationService; constructor(applicationService: ApplicationService); start(app: any, config?: ConfigModel): void; }