Skip to content

Commit

Permalink
Add TypeScript typing for RejectionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 4, 2020
1 parent 2625f60 commit b99d6fa
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 @@ -93,6 +93,7 @@ declare namespace winston {
level: string;
transports: Transport[];
exceptions: ExceptionHandler;
rejections: RejectionHandler;
profilers: object;
exitOnError: Function | boolean;
defaultMeta?: any;
Expand Down

0 comments on commit b99d6fa

Please sign in to comment.