mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 16:49:45 +08:00
Fixed 'winston' to expose a member named 'default'.
This commit is contained in:
2
winston/index.d.ts
vendored
2
winston/index.d.ts
vendored
@@ -20,7 +20,7 @@ interface Winston {
|
||||
Logger: winston.LoggerStatic;
|
||||
Container: winston.ContainerStatic;
|
||||
loggers: winston.ContainerInstance;
|
||||
defaultLogger: winston.LoggerInstance;
|
||||
default: winston.LoggerInstance;
|
||||
|
||||
exception: winston.Exception;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user