mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #3188 from spazard1/master
Added the missing addColors method from winston
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user