Merge pull request #7537 from SamuelMarks/patch-2

Next.ifError
This commit is contained in:
Masahiro Wakame
2016-01-11 22:55:03 +09:00
+1
View File
@@ -251,6 +251,7 @@ declare module "restify" {
interface Next {
(err?: any): any;
ifError: (err?: any) => any;
}
interface RequestHandler {