Clémentine
init
7c5b7bd
raw
history blame
No virus
150 Bytes
import { type IWebpackCLI } from "webpack-cli";
declare class InfoCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default InfoCommand;