Type alias LeftT<TIor>

LeftT<TIor>: [TIor] extends [Ior<infer A, any>]
    ? A
    : never

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

Type Parameters

  • TIor extends Ior<any, any>

Generated using TypeDoc