@methodus/server
Version:
dynamic rpc components
7 lines (6 loc) • 354 B
TypeScript
import 'reflect-metadata';
/** the MethodConfig decorator registers the controller as a router
* @param {string} name - the identifier of the controller in the resolver.
* @param {Function[]} middlewares - an array of middlewares to apply to this controller}
*/
export declare function PluginConfiguration(name: string): (target: any) => any;