UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

13 lines (12 loc) • 301 B
interface FailoverOptions { TO?: { host: string; port: number; FORCE?: true; }; ABORT?: true; TIMEOUT?: number; } export declare function transformArguments(options?: FailoverOptions): Array<string>; export declare function transformReply(): string; export {};