mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-17 02:51:14 +08:00
Removed another trailing whitespace
This commit is contained in:
committed by
GitHub
parent
f4660b2aee
commit
f0c8aaad5d
2
types/ioredis/index.d.ts
vendored
2
types/ioredis/index.d.ts
vendored
@@ -240,7 +240,7 @@ declare namespace IORedis {
|
||||
|
||||
hget(key: string, field: string, callback: (err: Error, res: string) => void): void;
|
||||
hget(key: string, field: string): Promise<string>;
|
||||
|
||||
|
||||
hmset(key: string, field: string, value: any, ...args: string[]): Promise<0 | 1>;
|
||||
hmset(key: string, data: any, callback: (err: Error, res: 0 | 1) => void): void;
|
||||
hmset(key: string, data: any): Promise<0 | 1>;
|
||||
|
||||
Reference in New Issue
Block a user