From 72b094e54875c5f8a7aee36908de410c1584d155 Mon Sep 17 00:00:00 2001 From: vvakame Date: Tue, 7 Oct 2014 14:44:26 +0900 Subject: [PATCH] fix winston/winston.d.ts --- winston/winston.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winston/winston.d.ts b/winston/winston.d.ts index 4cf5370ca..d1f96095f 100644 --- a/winston/winston.d.ts +++ b/winston/winston.d.ts @@ -49,7 +49,7 @@ declare module "winston" { export interface LoggerStatic { - new (options?: LoggerOptions); + new (options?: LoggerOptions): LoggerInstance; } export interface LoggerInstance extends NodeJS.EventEmitter {