@types/name-all-modules-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/name-all-modules-plugin

Summary

This package contains type definitions for name-all-modules-plugin (https://github.com/timse/name-all-modules-plugin#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/name-all-modules-plugin.

index.d.ts

import { Plugin } from "webpack";

/**
 * Names all remaining modules that do not get named via NamedModulesPlugin
 */
declare class NameAllModulesPlugin extends Plugin {}

/**
 * Names all remaining modules that do not get named via NamedModulesPlugin
 * {@link https://github.com/timse/name-all-modules-plugin}
 */
export = NameAllModulesPlugin;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/webpack

Credits

These definitions were written by Piotr Błażejewicz.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/name-all-modules-plugin

    Weekly Downloads

    81

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    3.49 kB

    Total Files

    5

    Last publish

    Collaborators

    • types