diff --git a/winston/winston.d.ts b/winston/winston.d.ts index d1f96095f..983f7cbbc 100644 --- a/winston/winston.d.ts +++ b/winston/winston.d.ts @@ -44,6 +44,7 @@ declare module "winston" { export function remove(transport: TransportInstance): LoggerInstance; export function startTimer(): ProfileHandler; export function profile(id: string, msg?: string, meta?: any, callback?: (err: Error, level: string, msg: string, meta: any) => void): LoggerInstance; + export function addColors(target: any): any; export function setLevels(target: any): any; export function cli(): LoggerInstance;