@types/tapable

TypeScript definitions for tapable

  • Types
  • ESM
  • CJS
License
MIT
Install Size
3 kB(76.5 kB)
Vulns
0
Published

Get started

$npm install @types/tapable
$pnpm add @types/tapable
$yarn add @types/tapable
$bun add @types/tapable
$deno add npm:@types/tapable
$vlt install @types/tapable
$vp add @types/tapable
# Usually installed as a dev dependency
$npm install -D @types/tapable
$pnpm add -D @types/tapable
$yarn add -D @types/tapable
$bun add -d @types/tapable
$deno add -D npm:@types/tapable
$vlt install -D @types/tapable
$vp add -D @types/tapable

Weekly DownloadsAcross all versions

Versions

View all versions
2.3.0
latestts5.2ts5.3ts5.4ts5.5ts5.6ts5.7ts5.8ts5.9ts6.0
2.2.7
ts4.5ts4.6ts4.7ts4.8ts4.9ts5.0ts5.1
2.2.5
ts4.3ts4.4
2.2.2
ts3.5ts3.6ts3.7ts3.8ts3.9ts4.0ts4.1ts4.2
1.0.6
ts3.0ts3.1ts3.2ts3.3ts3.4
1.0.5
ts2.8ts2.9
1.0.4
ts2.3ts2.4ts2.5ts2.6ts2.7
0.2.4
ts2.0ts2.1ts2.2

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

/* 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

Credits

These definitions were written by e-cloud, and John Reilly.