UNPKG

@point-hub/papi

Version:

Point API Framework

3 lines 249 B
import { NextFunction, Request, Response } from 'express'; export default function mongodbErrorHandlerMiddleware(): (err: Error, req: Request, res: Response, next: NextFunction) => void; //# sourceMappingURL=mongodb-error-handler.middleware.d.ts.map