1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00
This commit is contained in:
Leibale
2023-06-22 18:18:23 -04:00
parent b46f08228c
commit 2b318d4100
27 changed files with 595 additions and 578 deletions

View File

@@ -308,11 +308,7 @@ export type Resp2Reply<RESP3REPLY> = (
RESP_TYPES['ARRAY'],
Resp2Array<Extract<TYPES, Array<any>>>
> :
RespType<
RESP_TYPE,
DEFAULT,
TYPES
> :
RESP3REPLY :
RESP3REPLY
);