UNPKG

@feqra/voucher-pool-common

Version:

Common library used to handle common errors for a voucher pool system generation.

3 lines (2 loc) 298 B
import { Request, Response, NextFunction } from 'express'; export declare const errorHandler: (err: Error, req: Request<import("express-serve-static-core").ParamsDictionary, any, any, import("express-serve-static-core").Query>, res: Response<any>, next: NextFunction) => Response<any> | undefined;