UNPKG

@yaagoub/decorators

Version:

Angular decorators

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