UNPKG

@light-merlin-dark/tok

Version:

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

4 lines 116 B
export interface TokenEstimator { estimate(text: string): number; } //# sourceMappingURL=TokenEstimator.d.ts.map