Skip to content

Commit

Permalink
fix: Correct import to avoid conflict (winstonjs#1472) (winstonjs#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-carroll authored and DABH committed Sep 17, 2018
1 parent cf518fb commit 8b9829d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/// <reference types="node" />

import * as stream from "stream";
import * as NodeJSStream from "stream";

import * as logform from 'logform';
import * as Transport from 'winston-transport';
Expand Down Expand Up @@ -80,7 +80,7 @@ declare namespace winston {
exceptionHandlers?: any;
}

interface Logger extends stream.Transform {
interface Logger extends NodeJSStream.Transform {
silent: boolean;
format: logform.Format;
levels: Config.AbstractConfigSetLevels;
Expand Down

0 comments on commit 8b9829d

Please sign in to comment.