Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
mapEntryValueNode
Function mapEntryValueNode
mapEntryValueNode
<
const
TKey
extends
StandaloneValueNode
,
const
TValue
extends
StandaloneValueNode
,
>
(
key
:
TKey
,
value
:
TValue
,
)
:
MapEntryValueNode
<
TKey
,
TValue
>
A single (key, value) pair inside a
mapValueNode
.
Type Parameters
const
TKey
extends
StandaloneValueNode
const
TValue
extends
StandaloneValueNode
Parameters
key
:
TKey
value
:
TValue
Returns
MapEntryValueNode
<
TKey
,
TValue
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
A single (key, value) pair inside a
mapValueNode.