This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import { Request, Response, NextFunction } from 'express';
|
||||
type AsyncHandler = (req: Request, res: Response, next: NextFunction) => Promise<unknown>;
|
||||
export declare function asyncHandler(handler: AsyncHandler): (req: Request, res: Response, next: NextFunction) => void;
|
||||
export {};
|
||||
//# sourceMappingURL=asyncHandler.d.ts.map
|
||||
Reference in New Issue
Block a user