Evaluate the Ior in a string-keyed record or object literal and collect the right-hand values in an equivalent structure.
Ior
This function turns a string-keyed record or object literal of Ior "inside out". For example:
Record<string, Ior<E, T>>
Ior<E, Record<string, T>>
{ x: Ior<E, T1>, y: Ior<E, T2> }
Ior<E, { x: T1, y: T2 }>
Generated using TypeDoc
Evaluate the
Ior
in a string-keyed record or object literal and collect the right-hand values in an equivalent structure.