UNPKG

smells-code-analyzer

Version:

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

3 lines (2 loc) 209 B
import { FullNodeInfo } from './node-info.js'; export declare function buildReport(fullNodesInfo: FullNodeInfo[], showAll?: boolean, includeFileName?: boolean, tabs?: number, blockSeparator?: string): string;