UNPKG

@methodus/server

Version:
4 lines (3 loc) 189 B
import 'reflect-metadata'; import { ServerType } from '../interfaces'; export declare function RouterConfiguration(controller: any, serverType: ServerType | string): (target: any) => void;