Installation
npm install --save @types/generate-json-webpack-plugin
Summary
This package contains type definitions for generate-json-webpack-plugin (https://github.com/elliottsj/generate-json-webpack-plugin).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/generate-json-webpack-plugin.
index.d.ts
import { Plugin } from "webpack";
export = GenerateJsonWebpackPlugin;
declare class GenerateJsonWebpackPlugin extends Plugin {
constructor(
fileName: string,
value: object,
replacer?: ((key: string, value: any) => any) | null,
space?: string | number | null,
);
}
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/webpack
Credits
These definitions were written by .