(...strings: string[])
| 144 | return client |
| 145 | } |
| 146 | const getCacheKey = (...strings: string[]): string => hash(strings.join('_')) |
| 147 | const deserializeStoredGeneration = (storedGeneration: StoredGeneration) => { |
| 148 | if (storedGeneration.message !== undefined) { |
| 149 | return { |