UNPKG

symref

Version:

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

9 lines 214 B
export class UnusedService { doSomething() { console.log('Doing something...'); } unusedMethod() { console.log('This method is unused'); } } //# sourceMappingURL=UnusedService.js.map