TypeScript definitions for tapable
- Types
- ESM
- CJS
- License
- MIT
- Install Size
- 3 kB(76.5 kB)
- Vulns
- 0
- Published
$
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/tapableInstallation
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.