Endo
Preparing search index...
@endo/common
object-map
FromTypedEntries
Type Alias FromTypedEntries
FromTypedEntries
:
<
const
Entries
extends
ReadonlyArray
<
readonly
[
PropertyKey
,
unknown
]
>
,
>
(
entries
:
Entries
,
)
=>
{
[
Entry
in
Entries
[
number
]
as
Entry
[
0
]
]
:
Entry
[
1
]
}
Type Declaration
<
const
Entries
extends
ReadonlyArray
<
readonly
[
PropertyKey
,
unknown
]
>
>
(
entries
:
Entries
,
)
:
{
[
Entry
in
Entries
[
number
]
as
Entry
[
0
]
]
:
Entry
[
1
]
}
Type Parameters
const
Entries
extends
ReadonlyArray
<
readonly
[
PropertyKey
,
unknown
]
>
Parameters
entries
:
Entries
Returns
{
[
Entry
in
Entries
[
number
]
as
Entry
[
0
]
]
:
Entry
[
1
]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo
Loading...