UNPKG

@thisisagile/easy-express

Version:

Straightforward library for building domain-driven microservice architectures

3 lines (2 loc) 149 B
import { NextFunction, Request, Response } from 'express'; export declare const notFound: (req: Request, res: Response, next: NextFunction) => void;