@types/webpack-stream
- Version 3.2.15
- Published
- 4 kB
- 2 dependencies
- MIT license
Install
npm i @types/webpack-stream
yarn add @types/webpack-stream
pnpm add @types/webpack-stream
Overview
TypeScript definitions for webpack-stream
Index
Functions
Functions
function webpackStream
webpackStream: ( config?: webpack.Configuration, wp?: any, callback?: webpack.Compiler.Handler) => NodeJS.ReadWriteStream;
Run webpack with the specified configuration and webpack instance
Parameter config
Webpack configuration
Parameter wp
A webpack object
Parameter callback
A callback with the webpack stats and error objects.
Package Files (1)
Dependencies (2)
Dev Dependencies (0)
No dev dependencies.
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/webpack-stream
.
- Markdown[](https://www.jsdocs.io/package/@types/webpack-stream)
- HTML<a href="https://www.jsdocs.io/package/@types/webpack-stream"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2699 ms. - Missing or incorrect documentation? Open an issue for this package.