UNPKG

@light-merlin-dark/tok

Version:

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

7 lines 257 B
import { TokenEstimator } from './TokenEstimator'; export declare class CharDivEstimator implements TokenEstimator { private divisor; constructor(divisor?: number); estimate(text: string): number; } //# sourceMappingURL=CharDivEstimator.d.ts.map