ixfx
Preparing search index...
@ixfx/collections
Maps
longestEntry
Function longestEntry
longestEntry
<
K
,
V
extends
{
length
:
number
}
>
(
map
:
IWithEntries
<
K
,
V
>
,
)
:
readonly
[
K
,
V
]
|
undefined
Returns the entry with the largest count of elements, or
undefined
if
map
is empty.
Type Parameters
K
V
extends
{
length
:
number
}
Parameters
map
:
IWithEntries
<
K
,
V
>
Returns
readonly
[
K
,
V
]
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns the entry with the largest count of elements, or undefined if
mapis empty.