575 B
575 B
Home > @apextoaster/js-utils > entriesOf
entriesOf() function
Get entries of a map-like.
Signature:
export declare function entriesOf<TVal>(map: Optional<MapLike<TVal>>): Array<[string, TVal]>;
Parameters
Parameter | Type | Description |
---|---|---|
map | Optional<MapLike<TVal>> |
Returns:
Array<[string, TVal]>