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) 221 B
/** * @fileoverview Re-export of review parsing utilities. * * This module re-exports review parsing utilities from the parsing module * to maintain backward compatibility. */ export * from './parsing/reviewParser';