UNPKG

@geniucode/common-utils

Version:

Common utils

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