UNPKG

core-api-lib

Version:

Core library with all microservice utilities

3 lines (2 loc) 165 B
import { Request, Response, NextFunction } from "express"; export declare const notFoundHandler: (request: Request, response: Response, next: NextFunction) => void;