Skip to content

Commit

Permalink
fixup! Add TypeScript typing for RejectionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 7, 2020
1 parent b99d6fa commit 06edcda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ declare namespace winston {
new(logger: Logger): ExceptionHandler;
}

interface RejectionHandler {
new(logger: Logger): RejectionHandler;
}

interface QueryOptions {
rows?: number;
limit?: number;
Expand Down

0 comments on commit 06edcda

Please sign in to comment.