Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/tapable) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.