UNPKG

code-complexity

Version:

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

6 lines (5 loc) 148 B
import { Path } from "../types"; declare const _default: { compute: (...args: any[]) => Promise<Map<Path, number>>; }; export default _default;