UNPKG

symref

Version:

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

8 lines 222 B
export function helperFunction(name) { console.log('Helper called'); return `Hello, ${name}!`; } export function unusedFunction() { console.log('This function is unused.'); } //# sourceMappingURL=helpers.js.map