# @types/express-busboy

> TypeScript definitions for express-busboy

Latest version **8.0.4** (published 2025-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/express-busboy
pnpm add @types/express-busboy
yarn add @types/express-busboy
bun add @types/express-busboy
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 8.0.4 |
| Published | 2025-10-24 |
| First published | 2018-01-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51439 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/express-busboy
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy
- npm.io page: https://npm.io/package/@types/express-busboy

## Dependencies (2)

- [@types/express](https://npm.io/package/@types/express.md) *
- [@types/connect-busboy](https://npm.io/package/@types/connect-busboy.md) *

## Recent versions

- 8.0.4 (latest) — 2025-10-24
- 8.0.3 (ts5.1) — 2023-11-07
- 8.0.0 (ts3.7) — 2021-08-09
- 6.0.2 (ts3.0) — 2019-08-19
- 6.0.1 (ts2.2) — 2019-08-12
- 8.0.2 — 2023-10-18
- 8.0.1 — 2023-09-23
- 6.0.3 — 2021-07-08
- 6.0.0 — 2018-01-03

## README

# Installation
> `npm install --save @types/express-busboy`

# Summary
This package contains type definitions for express-busboy (https://github.com/yahoo/express-busboy).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy/index.d.ts)
````ts
import connectBusboy = require("connect-busboy");
import express = require("express");

export interface ExpressBusboyOptions extends connectBusboy.ConnectBusboyOptions {
    upload?: boolean;
    path?: string;
    allowedPath?: string | RegExp | ((url: string) => boolean);
    restrictMultiple?: boolean;
    mimeTypeLimit?: string | string[];
    strip?: (value: string, type?: string) => string;
}

export function extend(app: express.Application, options?: ExpressBusboyOptions): express.Application;

````

### Additional Details
 * Last updated: Fri, 24 Oct 2025 04:02:41 GMT
 * Dependencies: [@types/connect-busboy](https://npmjs.com/package/@types/connect-busboy), [@types/express](https://npmjs.com/package/@types/express)

# Credits
These definitions were written by [Pinguet62](https://github.com/pinguet62).

---
_Source: https://npm.io/package/@types/express-busboy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
