UNPKG

@types/express-sanitized

Version:
7 lines (4 loc) 198 B
import * as express from "express"; type e = () => (req: express.Request, res: express.Response, next: express.NextFunction) => void; declare const expressSanitized: e; export = expressSanitized;