mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Fix up linting issue regarding array types.
This commit is contained in:
committed by
GitHub
parent
83615efbef
commit
69e1f86c23
2
types/webpack/index.d.ts
vendored
2
types/webpack/index.d.ts
vendored
@@ -919,7 +919,7 @@ declare namespace webpack {
|
||||
}
|
||||
|
||||
class WatchIgnorePlugin extends Plugin {
|
||||
constructor(paths: (string | RegExp)[]);
|
||||
constructor(paths: Array<string | RegExp>);
|
||||
}
|
||||
|
||||
namespace optimize {
|
||||
|
||||
Reference in New Issue
Block a user