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