# @types/tapable

> TypeScript definitions for tapable

Latest version **2.3.0** (published 2025-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/tapable
pnpm add @types/tapable
yarn add @types/tapable
bun add @types/tapable
```

## 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 | 2.3.0 |
| Published | 2025-10-02 |
| First published | 2016-11-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51440 |
| Maintainers | types |

## Links

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

## Dependencies (1)

- [tapable](https://npm.io/package/tapable.md) ^2.3.0

## Recent versions

- 2.3.0 (latest) — 2025-10-02
- 2.2.7 (ts4.5) — 2023-11-07
- 2.2.5 (ts4.3) — 2023-09-12
- 2.2.2 (ts3.5) — 2021-03-30
- 1.0.6 (ts3.0) — 2020-06-16
- 1.0.5 (ts2.8) — 2020-01-11
- 1.0.4 (ts2.3) — 2018-07-14
- 0.2.4 (ts2.0) — 2017-08-21
- 0.2.9 — 2023-11-21
- 1.0.12 — 2023-11-21
- 0.2.8 — 2023-11-07
- 1.0.11 — 2023-11-07
- 0.2.7 — 2023-10-18
- 1.0.10 — 2023-10-18
- 2.2.6 — 2023-10-18
- … 17 more at https://npm.io/package/@types/tapable/versions

## README

# Installation
> `npm install --save @types/tapable`

# Summary
This package contains type definitions for tapable (https://github.com/webpack/tapable.git).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tapable/index.d.ts)
````ts
/* eslint-disable-next-line @definitelytyped/no-self-import */
import tapable = require("tapable");
export = tapable;

````

### Additional Details
 * Last updated: Thu, 02 Oct 2025 22:33:56 GMT
 * Dependencies: [tapable](https://npmjs.com/package/tapable)

# Credits
These definitions were written by [e-cloud](https://github.com/e-cloud), and [John Reilly](https://github.com/johnnyreilly).

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