| 225 | } |
| 226 | |
| 227 | declare interface WebpackCallback { |
| 228 | (err: null | Error, result?: Stats): void; |
| 229 | (err: null | Error, result?: MultiStats): void; |
| 230 | } |
| 231 | |
| 232 | type ProcessedArguments = Parameters<(typeof webpack)["cli"]["processArguments"]>[2]; |
| 233 | type Schema = Parameters<(typeof webpack)["cli"]["getArguments"]>[0]; |
nothing calls this directly
no outgoing calls
no test coverage detected