mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 04:54:50 +08:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
import { RedisCommandArgument } from '.';
|
|
export declare function transformArguments(): Array<string>;
|
|
export declare function transformReply(): RedisCommandArgument;
|