UNPKG

@sjtix/common

Version:

Common code shared between services

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