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

9 lines (8 loc) 435 B
import { RedisCommandArgument, RedisCommandArguments } from '.'; interface CopyCommandOptions { destinationDb?: number; replace?: boolean; } export declare const FIRST_KEY_INDEX = 1; export declare function transformArguments(source: RedisCommandArgument, destination: RedisCommandArgument, options?: CopyCommandOptions): RedisCommandArguments; export { transformBooleanReply as transformReply } from './generic-transformers';