UNPKG

@heleneb1/ts-errors

Version:

Lightweight TypeScript library to create, manage and log typed, structured errors for Node.js, Express, and JavaScript apps.

3 lines (2 loc) 170 B
import { Request, Response, NextFunction } from "express"; export declare const errorMiddleware: (err: unknown, req: Request, res: Response, next: NextFunction) => void;