Added the missing addColors method from winston

This commit is contained in:
Steven Yackel
2014-11-20 15:51:29 -06:00
parent 07ae96e580
commit 1ad6deec11
+1
View File
@@ -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;