UNPKG
markus-diff
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A tool to analyze and reconstruct project structures
markus-diff
/
commands
/
index.mjs
2 lines
•
99 B
JavaScript
View Raw
1
2
export
{ generateAnalysis }
from
'./generate.mjs'
;
export
{ initializeProject }
from
'./init.mjs'
;