UNPKG

module-migration-tool

Version:

分析项目文件依赖并迁移到新项目的工具

9 lines (7 loc) 134 B
/** * 报告生成器入口 */ const { generateReport } = require("./htmlReporter") module.exports = { generateReport, }