UNPKG

express-errorhandlers

Version:
8 lines 564 B
/// <reference types="qs" /> import { NextFunction, Request, Response } from 'express'; declare const _default: (paths?: string[], fn?: (_err: Error, _req: Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>, _next?: NextFunction | undefined) => void) => (err: Error, req: Request, res: Response, next: NextFunction) => void; /** * In case of the specified pass, return simple 200 OK. */ export default _default; //# sourceMappingURL=skip_ok_hander.d.ts.map