1
0
Fork 0
js-utils/docs/api/js-utils.entriesof.md

25 lines
575 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [entriesOf](./js-utils.entriesof.md)
## entriesOf() function
Get entries of a map-like.
<b>Signature:</b>
```typescript
export declare function entriesOf<TVal>(map: Optional<MapLike<TVal>>): Array<[string, TVal]>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| map | <code>Optional&lt;MapLike&lt;TVal&gt;&gt;</code> | |
<b>Returns:</b>
`Array<[string, TVal]>`