UNPKG

agentsqripts

Version:

Comprehensive static code analysis toolkit for identifying technical debt, security vulnerabilities, performance issues, and code quality problems

7 lines (4 loc) 113 B
function doSomething(x, y) { return x + y; } const another = (a) => a * 2;