UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

7 lines (6 loc) 207 B
interface DropIndexOptions { DD?: true; } export declare function transformArguments(index: string, options?: DropIndexOptions): Array<string>; export declare function transformReply(): 'OK'; export {};