@types/lodash-webpack-plugin
Version:
TypeScript definitions for lodash-webpack-plugin
48 lines (39 loc) • 1.65 kB
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash-webpack-plugin/index.d.ts)
````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](https://npmjs.com/package/@types/webpack)
# Credits
These definitions were written by [Benjamin Lim](https://github.com/bumbleblym).