| 220 | >; |
| 221 | |
| 222 | interface ConfigurationsAndPaths { |
| 223 | options: Configuration | MultiConfiguration; |
| 224 | path: WeakMap<object, string[]>; |
| 225 | } |
| 226 | |
| 227 | declare interface WebpackCallback { |
| 228 | (err: null | Error, result?: Stats): void; |
nothing calls this directly
no outgoing calls
no test coverage detected