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

6 lines
157 B
TypeScript
Executable File

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