UNPKG

code-complexity

Version:

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

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