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) 212 B
export declare enum RedisFlushModes { ASYNC = "ASYNC", SYNC = "SYNC" } export declare function transformArguments(mode?: RedisFlushModes): Array<string>; export declare function transformReply(): string;