UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

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