UNPKG

@yaagoub/decorators

Version:

Angular decorators

9 lines (8 loc) 333 B
import { YgbLogDestination } from '../types/ygb-types'; interface LogErrorOptions { message?: string; destination?: YgbLogDestination; context?: boolean; } export declare function LogError(options?: LogErrorOptions): (target: object, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; export {};