UNPKG

agentsqripts

Version:

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

10 lines (8 loc) 264 B
/** * @file Frontend-Backend project analyzer * @description Re-exports the refactored project integration analyzer */ const analyzeProjectIntegration = require('./project-analyzer/analyzeProjectIntegration'); module.exports = { analyzeProjectIntegration };