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