UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

9 lines 291 B
/** * Test Strategy Optimizer - Core analyzer */ import { TestAnalysisOptions, TestStrategyReport } from "./types.js"; /** * Main entry point */ export declare function analyzeTestStrategy(options: TestAnalysisOptions): Promise<TestStrategyReport>; //# sourceMappingURL=analyzer.d.ts.map