UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

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