UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

4 lines (3 loc) 228 B
import 'reflect-metadata'; import { ClassRef } from '@methodus/framework-commons'; export declare function ClientConfiguration(controller: ClassRef, transportType: any, resolver?: Function | string): (target: ClassRef) => void;