UNPKG

cmetrix

Version:

CLI to build code metrics charts for your projects

4 lines (3 loc) 234 B
import { ProjectMetrics } from '../types'; import { GenerateOutputCreation } from './types'; export declare function makeGenerateJSONOutput(creation: GenerateOutputCreation): (metrics: ProjectMetrics[], extras?: any) => Promise<any>;