UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

8 lines (7 loc) 251 B
/** * @fileoverview Base functionality for review strategies. * * This module serves as the main entry point for the base strategy functionality, * providing a unified interface for strategy implementation. */ export * from './abstractStrategy';