Skip to content

Commit

Permalink
add options object to errorhandler function
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrm committed Mar 30, 2015
1 parent f8f1b95 commit 7acd468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errorhandler/errorhandler.d.ts
Expand Up @@ -7,6 +7,6 @@

declare module "errorhandler" {
import express = require('express');
function e(): express.ErrorRequestHandler;
function e(options?: {log?: any}): express.ErrorRequestHandler;
export = e;
}
}

0 comments on commit 7acd468

Please sign in to comment.