mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add namedResolver function params and return type
This commit is contained in:
Vendored
+1
-1
@@ -849,7 +849,7 @@ declare namespace webpack {
|
||||
}
|
||||
|
||||
class NamedChunksPlugin extends Plugin {
|
||||
constructor(nameResolver: any);
|
||||
constructor(nameResolver: (chunk: {}) => string | null );
|
||||
}
|
||||
|
||||
class NoEmitOnErrorsPlugin extends Plugin {
|
||||
|
||||
Reference in New Issue
Block a user