仪表盘
版本库
文件存储
活动
搜索
登录
main
/
opo-qd-app
青岛移动端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
维护
WXL
3 天以前
4d9da000fbe74d344e0e4580b138e79d4ad98ede
[opo-qd-app.git]
/
node_modules
/
@webpack-cli
/
configtest
/
lib
/
index.d.ts
1
2
3
4
5
import { type IWebpackCLI } from "webpack-cli";
declare class ConfigTestCommand {
apply(cli: IWebpackCLI): Promise<void>;
}
export default ConfigTestCommand;