mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
fix winston/winston.d.ts
This commit is contained in:
2
winston/winston.d.ts
vendored
2
winston/winston.d.ts
vendored
@@ -49,7 +49,7 @@ declare module "winston" {
|
||||
|
||||
|
||||
export interface LoggerStatic {
|
||||
new (options?: LoggerOptions);
|
||||
new (options?: LoggerOptions): LoggerInstance;
|
||||
}
|
||||
|
||||
export interface LoggerInstance extends NodeJS.EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user