UNPKG

recoder-code

Version:

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

8 lines (7 loc) • 273 B
import { RedisCommandArguments } from '.'; interface FunctionLoadOptions { REPLACE?: boolean; } export declare function transformArguments(code: string, options?: FunctionLoadOptions): RedisCommandArguments; export declare function transformReply(): string; export {};