UNPKG

@probelabs/visor

Version:

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

5 lines (4 loc) 170 B
import 'dotenv/config'; import { deriveExecutedCheckNames } from './utils/ui-helpers'; export declare function run(): Promise<void>; export { deriveExecutedCheckNames };