Skip to content

Commit 72b094e

Browse files
committed
fix winston/winston.d.ts
1 parent 009a2b8 commit 72b094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winston/winston.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare module "winston" {
4949

5050

5151
export interface LoggerStatic {
52-
new (options?: LoggerOptions);
52+
new (options?: LoggerOptions): LoggerInstance;
5353
}
5454

5555
export interface LoggerInstance extends NodeJS.EventEmitter {

0 commit comments

Comments
 (0)