mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 18:34:43 +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;
|