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) 423 B
import { RedisCommandArgument, RedisCommandArguments } from '.'; type SingleParameter = [parameter: RedisCommandArgument, value: RedisCommandArgument]; type MultipleParameters = [config: Record<string, RedisCommandArgument>]; export declare function transformArguments(...[parameterOrConfig, value]: SingleParameter | MultipleParameters): RedisCommandArguments; export declare function transformReply(): string; export {};