UNPKG

smells-code-analyzer

Version:

CLI tool powered by LSP and tree-sitter for finding dead and smells code from your project

4 lines (3 loc) 224 B
import { SmellsCodeAnalyzerConfig } from './config.js'; export declare function filterFiles(config: SmellsCodeAnalyzerConfig): Promise<string[]>; export declare function filesCount(config: SmellsCodeAnalyzerConfig): number;