UNPKG

@light-merlin-dark/tok

Version:

Fast token estimation and cost calculation for enterprise LLMs with CLI and MCP support

15 lines 534 B
export declare const logger: { log: (message: string) => void; error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; success: (message: string) => void; debug: (message: string, verbose?: boolean) => void; }; export declare function formatTable(data: any): void; export declare function formatJson(data: any): void; export declare function formatHuman(title: string, items: Array<{ label: string; value: any; }>): void; //# sourceMappingURL=common.d.ts.map