25 lines
635 B
Markdown
25 lines
635 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [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 | [Optional](./js-utils.optional.md)<!-- --><[MapLike](./js-utils.maplike.md)<!-- --><TVal>> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Array<\[string, TVal\]>
|
|
|