@types/express-sanitized
TypeScript icon, indicating that this package has built-in type declarations

0.5.4 • Public • Published

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

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

Credits

These definitions were written by Chris Barth.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.5.4
    15
  • 0.5.3
    0
  • 0.5.2
    1
  • 0.5.1
    1
  • 0.5.0
    1

Package Sidebar

Install

npm i @types/express-sanitized

Weekly Downloads

18

Version

0.5.4

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types