UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

5 lines (4 loc) 166 B
import { ComponentRelation } from "../../../types"; export declare function calculateCouplingDegree(components: ComponentRelation[]): { [key: string]: number; };