123
This commit is contained in:
5
node_modules/@redis/json/dist/commands/RESP.d.ts
generated
vendored
Normal file
5
node_modules/@redis/json/dist/commands/RESP.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
export declare const FIRST_KEY_INDEX = 1;
|
||||
export declare function transformArguments(key: string, path?: string): Array<string>;
|
||||
type RESPReply = Array<string | number | RESPReply>;
|
||||
export declare function transformReply(): RESPReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user