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

8 lines (7 loc) 256 B
interface SugAddOptions { INCR?: true; PAYLOAD?: string; } export declare function transformArguments(key: string, string: string, score: number, options?: SugAddOptions): Array<string>; export declare function transformReply(): number; export {};