@types/generate-json-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.3.7 • Public • Published

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 .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/generate-json-webpack-plugin

Weekly Downloads

934

Version

0.3.7

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types