mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix winston/winston.d.ts
This commit is contained in:
parent
009a2b82f4
commit
72b094e548
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user