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,3 @@
|
||||
import { transformReplyString } from './generic-transformers';
|
||||
|
||||
export function transformArguments(mode?: 'ASYNC' | 'SYNC'): Array<string> {
|
||||
const args = ['SCRIPT', 'FLUSH'];
|
||||
|
||||
@@ -10,4 +8,4 @@ export function transformArguments(mode?: 'ASYNC' | 'SYNC'): Array<string> {
|
||||
return args;
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyString;
|
||||
export declare function transformReply(): string;
|
||||
|
Reference in New Issue
Block a user