UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 161 B
export declare function estimateUtf8Bytes(text: string): number; export declare function splitTextToUtf8ByteLimit(text: string, maxUtf8Bytes: number): string[];