UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

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