0.3.7 • Published 2 years ago
@types/generate-json-webpack-plugin v0.3.7
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
// Type definitions for generate-json-webpack-plugin 0.3
// Project: https://github.com/elliottsj/generate-json-webpack-plugin
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7
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: Thu, 23 Dec 2021 23:34:40 GMT
- Dependencies: @types/webpack
- Global values: none
Credits
These definitions were written by DefinitelyTyped.