UNPKG

@unito/integration-sdk

Version:

Integration SDK

4 lines (3 loc) 167 B
import { Request, Response, NextFunction } from 'express'; declare function notFound(req: Request, res: Response, _next: NextFunction): void; export default notFound;