MapFromRecord
const
MapFromRecord: <KA
,KR
,VA
,VI
,VR
>({ key, value }
) =>SchemaClass
<Map
<KA
,VA
>, {[x
:string
]:VI
; },KR
|VR
>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:3975
Type Parameters
Section titled “Type Parameters”KA
KR
VA
VI
VR
Parameters
Section titled “Parameters”{ key, value }
Section titled “{ key, value }”Schema
<KA
, string
, KR
>
Schema
<VA
, VI
, VR
>
Returns
Section titled “Returns”SchemaClass
<Map
<KA
, VA
>, {[x
: string
]: VI
; }, KR
| VR
>
3.10.0