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