Serveronly

ServerOnly() function

Signature:

export declare function ServerOnly(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;

Returns:

(target: any, propertyKey: string, descriptor: PropertyDescriptor) => void