You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-04 10:02:09 +03:00
replace empty "transformReply" functions with typescript "declare"
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { transformReplyString } from './generic-transformers';
|
||||
|
||||
export function transformArguments(): Array<string> {
|
||||
return ['CONFIG', 'REWRITE'];
|
||||
}
|
||||
|
||||
export const transformReply = transformReplyString;
|
||||
export declare function transformReply(): string;
|
||||
|
Reference in New Issue
Block a user