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

3 lines
133 B
TypeScript

export declare function transformArguments(mode?: 'HARD' | 'SOFT'): Array<string>;
export declare function transformReply(): string;