UNPKG

rage-framework

Version:

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

5 lines (4 loc) 240 B
import { IModuleOptions } from './interfaces/module-options'; export declare function Module<T, K extends keyof T>(module?: IModuleOptions<T, K>): Function; /** @angular module compatability */ export declare const NgModule: typeof Module;