UNPKG

sicua

Version:

A tool for analyzing project structure and dependencies

13 lines (12 loc) 249 B
import ts from "typescript"; export interface HalsteadMetrics { n1: number; n2: number; N1: number; N2: number; } export interface MetricsCalculationInput { content: string; filePath: string; sourceFile: ts.SourceFile; }