UNPKG
markcus-diff
Version:
latest (1.0.0)
1.0.0
A tool to analyze and reconstruct project structures
markcus-diff
/
commands
/
index.mjs
2 lines
•
99 B
JavaScript
View Raw
1
2
export
{ generateAnalysis }
from
'./generate.mjs'
;
export
{ initializeProject }
from
'./init.mjs'
;