2.0.8 • Published 3 months ago

@types/webpack-dotenv-plugin v2.0.8

Weekly downloads
57
License
MIT
Repository
github
Last release
3 months ago

Installation

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

Summary

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

Details

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

index.d.ts

// Type definitions for webpack-dotenv-plugin 2.0
// Project: https://github.com/nwinch/webpack-dotenv-plugin#readme
// Definitions by: Michael Strobel <https://github.com/kryops>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import * as webpack from 'webpack';

declare namespace WebpackDotenvPlugin {
    interface Options {
        path?: string | undefined;
        sample?: string | undefined;
        silent?: boolean | undefined;
        encoding?: string | undefined;
        allowEmptyValues?: boolean | undefined;
    }
}

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

export = WebpackDotenvPlugin;

Additional Details

  • Last updated: Fri, 02 Jul 2021 18:05:27 GMT
  • Dependencies: @types/webpack
  • Global values: none

Credits

These definitions were written by Michael Strobel.

2.0.8

3 months ago

2.0.5

8 months ago

2.0.7

6 months ago

2.0.6

7 months ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago