UNPKG

@stubclub/common

Version:

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