function getBatch getBatch<K extends Array<unknown>,V,>(keys: K,options?: GetBatchOptions,): Promise<HashMap<K[number], V>> Retrieves a batch of key-value pairs. Type Parameters K extends Array<unknown> V Parameters keys: K optional options: GetBatchOptions Return Type Promise<HashMap<K[number], V>>