UNPKG

symref

Version:

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

12 lines 291 B
/** * 未使用サービスクラス (スペースを含むファイル名テスト用) */ export class UnusedSpaceService { /** * 未使用メソッド */ unusedMethod() { console.log('This method is unused'); } } //# sourceMappingURL=Unused%20Service.js.map