mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-20 11:12:12 +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>;
|