Type alias RightT<TIor>

RightT<TIor>: [TIor] extends [Ior<any, infer B>]
    ? B
    : never

Extract the right-hand value type B from the type Ior<A, B>.

Type Parameters

  • TIor extends Ior<any, any>

Generated using TypeDoc