UNPKG

@valkey/client

Version:

The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.

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