UNPKG
code-insight-analyst
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.1.0
高性能、多功能的代码分析工具
github.com/XcodeFish/code-insight-analyst
XcodeFish/code-insight-analyst
code-insight-analyst
/
dist
/
cli
/
index.d.cts
8 lines
(6 loc)
•
94 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
/** * CLI程序入口 */
declare
function
run
(
):
void
;
export
{ run };