Type alias Apply2Only<S, A2>

Apply2Only<S, A2>: S extends Hkt2
    ? S & {
        arg2: A2;
    }
    : never

Applies the second type parameter to HKT.

Type Parameters

  • S

  • A2

Generated using TypeDoc