UNPKG

symref

Version:

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

13 lines (12 loc) 366 B
import { CommonOptions } from '../types'; /** * シンボル参照分析のコマンドクラス */ export declare class RefsCommand { /** * コマンドを実行する * @param symbols シンボル名(カンマ区切り) * @param options オプション */ static execute(symbols: string, options: CommonOptions): Promise<void>; }