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) 188 B
/** * @fileoverview Index file for parsing utilities. * * This module exports all parsing utilities for easy importing. */ export * from './reviewParser'; export * from './sanitizer';