You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-11 18:50:46 +03:00
replace empty "transformReply" functions with typescript "declare"
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { transformReplyStringNullArray } from './generic-transformers';
|
||||
|
||||
export const FIRST_KEY_INDEX = 1;
|
||||
|
||||
export const IS_READ_ONLY = true;
|
||||
@@ -8,4 +6,4 @@ export function transformArguments(keys: Array<string>): Array<string> {
|
||||
return ['MGET', ...keys];
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyStringNullArray;
|
||||
export declare function transformReply(): Array<string | null>;
|
||||
|
Reference in New Issue
Block a user