UNPKG

@mark01/express-utils

Version:

npm package that contains utilities for express.js

4 lines (3 loc) 183 B
import type { NextFunction, Request, Response } from 'express'; export declare const notFound: () => (req: Request, _: Response, next: NextFunction) => void; export default notFound;