recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
9 lines (8 loc) • 352 B
TypeScript
import { Config, Token } from './core/types';
export declare const format: (query: string, cfg?: Config) => string;
export declare const tokenize: (query: string, cfg?: Config) => Token[];
declare const _default: {
format: (query: string, cfg?: Config) => string;
tokenize: (query: string, cfg?: Config) => Token[];
};
export default _default;