Files
backend_task/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts
T

4 lines
231 B
TypeScript
Raw Normal View History

2025-02-11 15:06:41 +01:00
import { evalFirstKeyIndex, EvalOptions } from './generic-transformers';
export declare const FIRST_KEY_INDEX: typeof evalFirstKeyIndex;
export declare function transformArguments(fn: string, options?: EvalOptions): Array<string>;