mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-05 16:10:11 +08:00
Next.ifError => https://github.com/restify/node-restify/commit/070725fa3e2b1d7b5e0ec7824b2d1f2d5a713964
This commit is contained in:
Vendored
+1
@@ -184,6 +184,7 @@ declare module "restify" {
|
||||
|
||||
interface Next {
|
||||
(err?: any): any;
|
||||
ifError: (err?: any) => any;
|
||||
}
|
||||
|
||||
interface RequestHandler {
|
||||
|
||||
Reference in New Issue
Block a user