UNPKG

@methodus/framework-decorators

Version:

Server Decorators for methodus

5 lines (4 loc) 206 B
import { ClassRef } from '@methodus/framework-commons'; export declare class Proxy { static ProxyClass(packageName: string, className: string, localClassPath: string): (target: ClassRef) => ClassRef; }