<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@essex/toolbox](./toolbox.md) &gt; [Dictionary](./toolbox.dictionary.md)

## Dictionary type

An alias to HashMap

<b>Signature:</b>

```typescript
export type Dictionary<Value> = HashMap<Value>;
```
<b>References:</b> [HashMap](./toolbox.hashmap.md)

