Merge pull request #3188 from spazard1/master

Added the missing addColors method from winston
This commit is contained in:
Masahiro Wakame
2014-11-21 09:45:26 +09:00
+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;