UNPKG

@devgrid/netron

Version:
5 lines (4 loc) 229 B
export declare const Service: (name: string) => (target: any) => void; export declare const Public: (options?: { readonly?: boolean; }) => (target: any, propertyKey: string | symbol, descriptor?: PropertyDescriptor) => void;