mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-03 06:14:23 +08:00
4 lines
234 B
TypeScript
4 lines
234 B
TypeScript
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
|
export declare function transformArguments(pattern: RedisCommandArgument): RedisCommandArguments;
|
|
export declare function transformReply(): Array<RedisCommandArgument>;
|