UNPKG

code-complexity

Version:

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

3 lines (2 loc) 132 B
import { UnsupportedExtension } from "../../utils"; export declare function calculate(path: string): number | UnsupportedExtension;