UNPKG

code-complexity

Version:

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

9 lines (8 loc) 179 B
import { Path } from "../types"; export default class Churn { private path; private changes; constructor(path: Path); increment(): this; getValue(): number; }