UNPKG

@inv2/common

Version:

A common module for v2

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