UNPKG

@yaagoub/decorators

Version:

Angular decorators

3 lines (2 loc) 168 B
import { YgbContext, YgbLogType } from './types/ygb-types'; export declare function printLog(type: YgbLogType, message: string, context: YgbContext | undefined): void;