You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-19 07:02:06 +03:00
replace empty "transformReply" functions with typescript "declare"
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { TuplesObject, transformReplyString } from './generic-transformers';
|
||||
import { TuplesObject } from './generic-transformers';
|
||||
|
||||
export const FIRST_KEY_INDEX = 1;
|
||||
|
||||
|
||||
interface XAddOptions {
|
||||
NOMKSTREAM?: true;
|
||||
TRIM?: {
|
||||
@@ -45,4 +44,4 @@ export function transformArguments(key: string, id: string, message: TuplesObjec
|
||||
return args;
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyString;
|
||||
export declare function transformReply(): string;
|
||||
|
Reference in New Issue
Block a user