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

4 lines
169 B
TypeScript

export declare const IS_READ_ONLY = true;
export declare function transformArguments(section?: string): Array<string>;
export declare function transformReply(): string;