UNPKG

rage-framework

Version:

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

3 lines (2 loc) 126 B
import { ConfigModel } from '@rage-framework/core'; export declare const bootstrap: (app: any, config?: ConfigModel) => void;