UNPKG
module-migration-tool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
分析项目文件依赖并迁移到新项目的工具
gitee.com/little_fat_brother_in_turpan/module-migration-tool.git
module-migration-tool
/
src
/
reporters
/
index.js
9 lines
(7 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 报告生成器入口 */
const
{ generateReport } =
require
(
"./htmlReporter"
)
module
.exports = { generateReport, }