Merge pull request #8369 from Stephn-R/patch-1

update winston.d.ts to include color logging levels
This commit is contained in:
Masahiro Wakame
2016-03-04 22:34:39 +09:00

View File

@@ -185,6 +185,7 @@ declare module "winston" {
export interface GenericTextTransportOptions {
json?: boolean;
colorize?: boolean;
colors?: any;
prettyPrint?: boolean;
timestamp?: (Function|boolean);
showLevel?: boolean;