Preparing search index...
The search index is not available
@telostat/prelude - v0.6.0
@telostat/prelude
functional
map
Function map
A codec for the built-in Map type
map
<
K
,
V
>
(
keyCodec
:
functional
.
Codec
<
K
>
,
valueCodec
:
functional
.
Codec
<
V
>
,
)
:
functional
.
Codec
<
Map
<
K
,
V
>
>
Type Parameters
K
V
Parameters
keyCodec
:
functional
.
Codec
<
K
>
valueCodec
:
functional
.
Codec
<
V
>
Returns
functional
.
Codec
<
Map
<
K
,
V
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@telostat/prelude - v0.6.0
Loading...
A codec for the built-in Map type