Files
rspade_system/node_modules/@webpack-cli/info/lib/index.d.ts
2025-12-03 21:28:08 +00:00

6 lines
145 B
TypeScript
Executable File

import { IWebpackCLI } from "webpack-cli";
declare class InfoCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default InfoCommand;