Variable: getComplexityTool

const getComplexityTool: Tool<{
  path: string;
  recursive?: boolean;
  threshold?: number;
}>;

Defined in: index.ts:153

Unified getComplexity tool with auto-detection