File size: 95 Bytes
0971cc4
 
 
1
2
3
4
declare module "mistral-tokenizer-js" {
    export function encode(input: string): string[];
}