UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

5 lines (4 loc) • 214 B
/// <reference types="node" /> import { RedisCommandArguments } from '.'; export declare function transformArguments(value: boolean): RedisCommandArguments; export declare function transformReply(): 'OK' | Buffer;