FabienDanieau's picture
first commit
2434dca
raw
history blame
162 Bytes
import { type IWebpackCLI } from "webpack-cli";
declare class ConfigTestCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default ConfigTestCommand;