UNPKG
@rx-now/analysis
Version:
latest (0.9.0)
0.9.0
0.8.5
0.7.5
0.7.4
0.7.3
analysis tool for visualizing for code dependencies in typescript
@rx-now/analysis
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
"./config"
;
export
declare
function
analyseProject
(
config: Config
):
void
;
export
{
Config
}
from
"./config"
;