| 142 | } |
| 143 | |
| 144 | interface WebpackDevServerContext { |
| 145 | devServer: DevServerConstructor; |
| 146 | } |
| 147 | |
| 148 | interface KnownWebpackCLICommands { |
| 149 | build: CommandOptions<string[], CommanderArgs, WebpackContext & Context>; |
nothing calls this directly
no outgoing calls
no test coverage detected