UNPKG

@types/express-sanitized

Version:
26 lines (18 loc) 889 B
# Installation > `npm install --save @types/express-sanitized` # Summary This package contains type definitions for express-sanitized (https://github.com/askhogan/express-sanitized). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-sanitized. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-sanitized/index.d.ts) ````ts import express = require("express"); type e = () => (req: express.Request, res: express.Response, next: express.NextFunction) => void; declare const expressSanitized: e; export = expressSanitized; ```` ### Additional Details * Last updated: Fri, 24 Oct 2025 04:02:41 GMT * Dependencies: [@types/express](https://npmjs.com/package/@types/express) # Credits These definitions were written by [Chris Barth](https://github.com/cjbarth).