UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

5 lines (4 loc) 181 B
import { ComponentRelation } from "../../../types"; export declare function calculateCyclomaticComplexity(components: ComponentRelation[]): Promise<{ [key: string]: number; }>;