UNPKG

@probelabs/visor

Version:

AI-powered code review tool for GitHub Pull Requests - CLI and GitHub Action

6 lines (5 loc) 113 B
import 'dotenv/config'; /** * Main CLI entry point for Visor */ export declare function main(): Promise<void>;