UNPKG

@myshtickets/common

Version:

3 lines (2 loc) 188 B
import { Response, Request, NextFunction } from 'express'; export declare const errorHandler: (err: Error, req: Request, res: Response, next: NextFunction) => Response<any> | undefined;