UNPKG
@aquaori/deplens
Version:
latest (1.0.6)
1.0.6
1.0.3
1.0.2
1.0.1
1.0.0
A precise dependency analysis tool for npm and pnpm projects
@aquaori/deplens
/
src
/
index.ts
6 lines
(4 loc)
•
178 B
text/typescript
View Raw
1
2
3
4
5
6
// 主导出文件
// 重新导出所有需要的函数和类型
export
{ analyzeProject, displayResults }
from
'./analyzer'
;
export
type
{
Dependency
,
Result
}
from
'./types'
;