@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 .

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.7782ts5.8
0.3.7782ts5.7
0.3.7782latest
0.3.7782ts4.5
0.3.7782ts4.6
0.3.7782ts4.7
0.3.7782ts4.8
0.3.7782ts4.9
0.3.7782ts5.0
0.3.7782ts5.1
0.3.7782ts5.2
0.3.7782ts5.3
0.3.7782ts5.4
0.3.7782ts5.5
0.3.7782ts5.6
0.3.7782ts5.9
0.3.2431ts3.3
0.3.2431ts3.4
0.3.2431ts3.5
0.3.2431ts3.6
0.3.4177ts3.8
0.3.4177ts3.9
0.3.4177ts4.0
0.3.4177ts4.1
0.3.4177ts4.2
0.3.4177ts4.3
0.3.4177ts4.4
0.3.34ts3.7
0.3.13ts3.0
0.3.13ts3.1
0.3.13ts3.2
0.3.01ts2.3
0.3.01ts2.4
0.3.01ts2.5
0.3.01ts2.6
0.3.01ts2.7
0.3.01ts2.8
0.3.01ts2.9

Version History

VersionDownloads (Last 7 Days)Published
0.3.7782
0.3.61
0.3.52
0.3.4177
0.3.34
0.3.2431
0.3.13
0.3.01

Package Sidebar

Install

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

Weekly Downloads

1,401

Version

0.3.7

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types