supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
152 Bytes
import { type IWebpackCLI } from "webpack-cli";
declare class ServeCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default ServeCommand;