123
This commit is contained in:
6
node_modules/@redis/client/dist/lib/commands/TIME.d.ts
generated
vendored
Normal file
6
node_modules/@redis/client/dist/lib/commands/TIME.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export declare function transformArguments(): Array<string>;
|
||||
interface TimeReply extends Date {
|
||||
microseconds: number;
|
||||
}
|
||||
export declare function transformReply(reply: [string, string]): TimeReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user