0.11.9 • Published 6 months ago

@types/lodash-webpack-plugin v0.11.9

Weekly downloads
5,086
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for lodash-webpack-plugin 0.11
// Project: https://github.com/lodash/lodash-webpack-plugin#readme
// Definitions by: Benjamin Lim <https://github.com/bumbleblym>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

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: Thu, 08 Jul 2021 16:23:48 GMT
  • Dependencies: @types/webpack
  • Global values: none

Credits

These definitions were written by Benjamin Lim.

0.11.8

7 months ago

0.11.9

6 months ago

0.11.7

8 months ago

0.11.6

3 years ago

0.11.5

3 years ago

0.11.4

4 years ago

0.11.3

6 years ago

0.11.2

6 years ago

0.11.1

7 years ago

0.11.0

7 years ago