UNPKG

@redpc/core

Version:

Remoted Procedure Call (RedPC) - A javascript RPC library written with TypeScript

7 lines (4 loc) 138 B
export function ProxyProperty(config?: any): MethodDecorator { return (target, propertyKey, descriptor) => { }; }