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