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) 216 B
/** * @fileoverview Re-export of file filtering utilities. * * This module re-exports file filtering utilities from the files module * to maintain backward compatibility. */ export * from './files/fileFilters';