1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

fix some types

This commit is contained in:
leibale
2021-12-23 17:17:19 -05:00
parent b37038e9dc
commit b97d18b610
10 changed files with 42 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ export function extendWithModulesAndScripts<T extends Instantiable>(config: Exte
return (Commander ?? config.BaseClass) as any;
}
export function transformCommandArguments<T = unknown>(
export function transformCommandArguments<T>(
command: RedisCommand,
args: Array<unknown>
): {