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) 186 B
import { LspClient } from 'ts-lsp-client'; import { SmellsCodeAnalyzerConfig } from './config.js'; export declare function initLSP(config: SmellsCodeAnalyzerConfig): Promise<LspClient>;