Skip to content

Commit

Permalink
[fix] Add typings for defaultMeta (#1583) (Fixes #1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored and indexzero committed Jan 29, 2019
1 parent b1738ad commit abf4d2d
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 @@ -76,6 +76,7 @@ declare namespace winston {
format?: logform.Format;
level?: string;
exitOnError?: Function | boolean;
defaultMeta?: any;
transports?: Transport[] | Transport;
exceptionHandlers?: any;
}
Expand Down

0 comments on commit abf4d2d

Please sign in to comment.