fix winston/winston.d.ts

This commit is contained in:
vvakame 2014-10-07 14:44:26 +09:00
parent 009a2b82f4
commit 72b094e548

View File

@ -49,7 +49,7 @@ declare module "winston" {
export interface LoggerStatic {
new (options?: LoggerOptions);
new (options?: LoggerOptions): LoggerInstance;
}
export interface LoggerInstance extends NodeJS.EventEmitter {