gemini-cost-tracker
Version:
CLI tool to display token usage and costs for Gemini and Vertex AI
9 lines • 424 B
TypeScript
import { CLIOptions } from '../types/index.js';
export declare function validateDateRange(options: CLIOptions): {
startDate: Date;
endDate: Date;
};
export declare function parseDate(dateString: string): Date;
export declare function validateCurrency(currency: string): 'USD' | 'JPY';
export declare function validateFormat(format: string): 'table' | 'json' | 'csv' | 'chart';
//# sourceMappingURL=validator.d.ts.map