UNPKG

rage-framework

Version:

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

5 lines (4 loc) 256 B
import { Token } from '../container/Token'; export declare function InjectMany(type?: (type?: any) => Function): Function; export declare function InjectMany(serviceName?: string): Function; export declare function InjectMany(token: Token<any>): Function;