(callback?: (err: any, keys: string[]) => void)
| 28 | key(keyIndex: number, callback?: (err: any, key: string) => void): Promise<string>; |
| 29 | |
| 30 | keys(callback?: (err: any, keys: string[]) => void): Promise<string[]>; |
| 31 | |
| 32 | iterate<T, U>(iteratee: (value: T, key: string, iterationNumber: number) => U, |
| 33 | callback?: (err: any, result: U) => void): Promise<U>; |
no outgoing calls
no test coverage detected