UNPKG

gemini-cost-tracker

Version:

CLI tool to display token usage and costs for Gemini and Vertex AI

3 lines 155 B
import { CLIOptions } from '../types/index.js'; export declare function showCommand(options: CLIOptions): Promise<void>; //# sourceMappingURL=show.d.ts.map