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

626 B

Home > @apextoaster/js-utils > entriesOf

entriesOf() function

Get entries of a map-like.

Signature:

export declare function entriesOf<TVal>(map: Maybe<MapLike<TVal>>): Array<[string, TVal]>;

Parameters

Parameter Type Description
map Maybe<MapLike<TVal>>

Returns:

Array<[string, TVal]>