$
This commit is contained in:
5
node_modules/@webpack-cli/info/lib/index.d.ts
generated
vendored
Normal file
5
node_modules/@webpack-cli/info/lib/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IWebpackCLI } from "webpack-cli";
|
||||
declare class InfoCommand {
|
||||
apply(cli: IWebpackCLI): Promise<void>;
|
||||
}
|
||||
export default InfoCommand;
|
Reference in New Issue
Block a user