UNPKG

@types/tapable

Version:
23 lines (17 loc) 795 B
# 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).