From 4dd5bea6f4a757c5a993d970bb0da9e28e802d6f Mon Sep 17 00:00:00 2001 From: Samuel Marks Date: Fri, 8 Jan 2016 23:53:19 +1100 Subject: [PATCH] Next.ifError => https://github.com/restify/node-restify/commit/070725fa3e2b1d7b5e0ec7824b2d1f2d5a713964 --- restify/restify.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 6fb2e6718c..a73ca09bad 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -184,6 +184,7 @@ declare module "restify" { interface Next { (err?: any): any; + ifError: (err?: any) => any; } interface RequestHandler {