UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

12 lines (11 loc) 290 B
/** * 未使用シンボル検出のコマンドクラス */ export declare class DeadCommand { /** * コマンドを実行する * @param file ファイルパス * @param options オプション */ static execute(file: string, options: any): Promise<void>; }