UNPKG

vibebench

Version:

CLI tool for VibeBench - vote on AI models from your terminal

3 lines 207 B
import { VibeBenchAPI } from '../lib/api-client.js'; export declare function voteCommand(api: VibeBenchAPI, model?: string, type?: string, comment?: string): Promise<void>; //# sourceMappingURL=vote.d.ts.map