UNPKG

devghost

Version:

👻 Find dead code, dead imports, and dead dependencies before they haunt your project

6 lines • 246 B
import type { AnalysisResult, DevGhostConfig } from './types'; /** * Main analysis function that orchestrates all analyzers */ export declare function analyze(config?: DevGhostConfig): Promise<AnalysisResult>; //# sourceMappingURL=core.d.ts.map