# 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 * as express from "express";

type e = () => (req: express.Request, res: express.Response, next: express.NextFunction) => void;

declare const expressSanitized: e;
export = expressSanitized;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: [@types/express](https://npmjs.com/package/@types/express)

# Credits
These definitions were written by [Chris Barth](https://github.com/cjbarth).
