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

0.11.9 • Public • Published

Installation

npm install --save @types/lodash-webpack-plugin

Summary

This package contains type definitions for lodash-webpack-plugin (https://github.com/lodash/lodash-webpack-plugin#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash-webpack-plugin.

index.d.ts

import { Plugin } from "webpack";

export = LodashModuleReplacementPlugin;

declare class LodashModuleReplacementPlugin extends Plugin {
    constructor(options?: LodashModuleReplacementPlugin.Options);
}

declare namespace LodashModuleReplacementPlugin {
    interface Options {
        caching?: boolean | undefined;
        chaining?: boolean | undefined;
        cloning?: boolean | undefined;
        coercions?: boolean | undefined;
        collections?: boolean | undefined;
        currying?: boolean | undefined;
        deburring?: boolean | undefined;
        exotics?: boolean | undefined;
        flattening?: boolean | undefined;
        guards?: boolean | undefined;
        memoizing?: boolean | undefined;
        metadata?: boolean | undefined;
        paths?: boolean | undefined;
        placeholders?: boolean | undefined;
        shorthands?: boolean | undefined;
        unicode?: boolean | undefined;
    }
}

Additional Details

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

Credits

These definitions were written by Benjamin Lim.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/lodash-webpack-plugin

    Weekly Downloads

    5,159

    Version

    0.11.9

    License

    MIT

    Unpacked Size

    4.61 kB

    Total Files

    5

    Last publish

    Collaborators

    • types