supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
162 Bytes
import { type IWebpackCLI } from "webpack-cli";
declare class ConfigTestCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default ConfigTestCommand;