UNPKG

recoder-code

Version:

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

7 lines (6 loc) • 245 B
export declare function transformArguments(option: string): string[]; interface ConfigGetReply { [option: string]: string | null; } export declare function transformReply(rawReply: Array<[string, string | null]>): ConfigGetReply; export {};