Files
Star-wars-card-game/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.d.ts
2026-01-28 00:55:06 +03:00

4 lines
183 B
TypeScript

import { RedisCommandArguments } from '.';
export declare function transformArguments(mode?: 'ASYNC' | 'SYNC'): RedisCommandArguments;
export declare function transformReply(): 'OK';