UNPKG

code-complexity

Version:

Measure the churn/complexity score. Higher values mean hotspots where refactorings should happen.

10 lines (9 loc) 297 B
import { IStatistic } from "./statistic"; import { Options } from "../types"; export default class Statistics { private statistics; static compute(options: Options): Promise<Statistics>; list(): IStatistic[]; private constructor(); private static buildDirectoriesStatistics; }