2.1.7 • Published 6 months ago

@types/webpack-watched-glob-entries-plugin v2.1.7

Weekly downloads
32
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/webpack-watched-glob-entries-plugin

Summary

This package contains type definitions for webpack-watched-glob-entries-plugin (https://github.com/Milanzor/webpack-watched-glob-entries-plugin#readme).

Details

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

index.d.ts

// Type definitions for webpack-watched-glob-entries-plugin 2.1
// Project: https://github.com/Milanzor/webpack-watched-glob-entries-plugin#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.7

import { IOptions } from 'glob';
import { EntryFunc, Plugin } from 'webpack';

interface PluginOptions {
    basename_as_entry_name?: boolean | undefined;
}

declare class WebpackWatchedGlobEntries extends Plugin {
    static getEntries(globs: string[], globOptions?: IOptions, pluginOptions?: PluginOptions): EntryFunc;
    static getFiles(globString: string, globOptions?: IOptions, basename_as_entry_name?: boolean): Record<string, string>;
}

export = WebpackWatchedGlobEntries;

Additional Details

Credits

These definitions were written by DefinitelyTyped.

2.1.6

7 months ago

2.1.5

8 months ago

2.1.7

6 months ago

2.1.4

1 year ago

2.1.3

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

5 years ago