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) 261 B
import { RedisCommandArguments } from '.'; export declare function transformArguments(): RedisCommandArguments; export declare function transformReply(): Array<[ name: string, timestamp: number, latestLatency: number, allTimeLatency: number ]>;