code-complexity
Version:
Measure the churn/complexity score. Higher values mean hotspots where refactorings should happen.
10 lines (9 loc) • 335 B
TypeScript
export declare function withDuration(fn: Function, args: any[], log: Function): any;
export declare function buildDebugger(module: string | undefined): any;
export declare function getPackageJson(): Promise<{
description: string | undefined;
name: string;
version: string;
}>;
export declare class UnsupportedExtension {
}