mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Merge pull request #8369 from Stephn-R/patch-1
update winston.d.ts to include color logging levels
This commit is contained in:
1
winston/winston.d.ts
vendored
1
winston/winston.d.ts
vendored
@@ -185,6 +185,7 @@ declare module "winston" {
|
||||
export interface GenericTextTransportOptions {
|
||||
json?: boolean;
|
||||
colorize?: boolean;
|
||||
colors?: any;
|
||||
prettyPrint?: boolean;
|
||||
timestamp?: (Function|boolean);
|
||||
showLevel?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user