UNPKG

very-express

Version:

based on json schema and openapi, generate Express RestApi server with mongoDb

7 lines (6 loc) 221 B
// {{headerComment}} import { Request, Response, NextFunction } from "express"; export default function processTimer(req: Request, res: Response, next: NextFunction) { res.locals.startAt = Date.now(); next(); }