[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [getHead](./js-utils.gethead.md) ## getHead() function Signature: ```typescript export declare function getHead(map: Map>, key: TKey): TVal; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | map | Map<TKey, Array<TVal>> | | | key | TKey | | Returns: `TVal`