Skip to content

Commit

Permalink
Fix #1690 (#1691)
Browse files Browse the repository at this point in the history
* Fix #1690

* Update index.d.ts
  • Loading branch information
kirill-konshin authored and DABH committed Dec 17, 2019
1 parent 85a250a commit 0e0cf14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare namespace winston {
export import Logform = logform;
export import config = Config;
export import transports = Transports;
export import transport = Transport;

interface ExceptionHandler {
logger: Logger;
Expand Down

0 comments on commit 0e0cf14

Please sign in to comment.