Skip to content

Commit

Permalink
Add defaultMeta to Logger index.d.ts (#1736)
Browse files Browse the repository at this point in the history
* Update index.d.ts

* Update index.d.ts
  • Loading branch information
marikaner authored and DABH committed Dec 2, 2019
1 parent c719706 commit 319abf1
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 @@ -94,6 +94,7 @@ declare namespace winston {
exceptions: ExceptionHandler;
profilers: object;
exitOnError: Function | boolean;
defaultMeta?: any;

log: LogMethod;
add(transport: Transport): Logger;
Expand Down

0 comments on commit 319abf1

Please sign in to comment.