@bodil/signal
System
Light
Dark
Search…
Preparing search index...
Signal
map
Function map
map
<
K
,
V
>
(
entries
?:
Iterable
<
[
K
,
V
]
,
any
,
any
>
)
:
Map
<
K
,
V
>
Create a new
Signal.Map
and optionally populate it from the provided
Iterable
.
Type Parameters
K
V
Parameters
Optional
entries
:
Iterable
<
[
K
,
V
]
,
any
,
any
>
Returns
Map
<
K
,
V
>
@bodil/signal - v0.5.2
Loading...
Create a new Signal.Map and optionally populate it from the provided Iterable.