pub fn analyze_type_coupling(
root: &Path,
projects: &[PathBuf],
entry_points: &[PathBuf],
) -> Result<SemanticCouplingOutcome, TypeAwareError>Expand description
Analyze project-local coupling between package-public TypeScript signatures.