You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
replace empty "transformReply" functions with typescript "declare"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { TransformArgumentsReply } from '.';
|
||||
import { pushVerdictArguments, transformReplyNumber } from './generic-transformers';
|
||||
import { pushVerdictArguments } from './generic-transformers';
|
||||
|
||||
export const FIRST_KEY_INDEX = 1;
|
||||
|
||||
@@ -7,4 +7,4 @@ export function transformArguments(key: string, field: string | Array<string>):
|
||||
return pushVerdictArguments(['HDEL', key], field);
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyNumber;
|
||||
export declare function transformReply(): number;
|
||||
|
Reference in New Issue
Block a user