UNPKG

@geniucode/common-utils

Version:

Common utils

10 lines (9 loc) 297 B
import { Request, Response, NextFunction } from 'express'; export declare const errorHandlerV2: (err: Error, req: Request, res: Response, next: NextFunction) => { status: boolean; devCode: null; statusCode: number; msg: string; errors: Error; stack: string | undefined; };