File size: 162 Bytes
1df763a
 
 
 
 
1
2
3
4
5
6
import { type IWebpackCLI } from "webpack-cli";
declare class ConfigTestCommand {
    apply(cli: IWebpackCLI): Promise<void>;
}
export default ConfigTestCommand;