UNPKG

smart-factory

Version:

functional programming-ready dependancy injector/ioc container library

3 lines (2 loc) 183 B
import { Response, Request, NextFunction } from 'express-serve-static-core'; export declare type Endpoint = (req: Request, res: Response, next: NextFunction) => void | Promise<void>;