UNPKG

vibebench

Version:

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

9 lines 677 B
import { LeaderboardEntry, ModelData, VoteType } from './types.js'; export declare function formatVoteType(voteType: VoteType): string; export declare function formatVibeScore(score: number): string; export declare function formatModelStats(model: ModelData): string; export declare function formatLeaderboard(models: LeaderboardEntry[], count?: number): string; export declare function formatRateLimitStatus(remaining: number, resetTime: number, maxVotes?: number): string; export declare function formatSuccess(message: string, details?: string): string; export declare function formatError(message: string, details?: string): string; //# sourceMappingURL=formatters.d.ts.map