mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 05:54:38 +08:00
4 lines
198 B
TypeScript
4 lines
198 B
TypeScript
import { RedisCommandArguments, RedisCommandArgument } from '.';
|
|
export declare function transformArguments(): RedisCommandArguments;
|
|
export declare function transformReply(): RedisCommandArgument;
|