<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [IterationMap](./server.iterationmap.md) &gt; [keys](./server.iterationmap.keys.md)

## IterationMap.keys() method

Returns an iterator for the keys in the IterationMap.

**Signature:**

```typescript
keys(): IterableIterator<K>;
```
**Returns:**

IterableIterator&lt;K&gt;

An iterator for the keys.

