Type alias Apply3Only<S, A3>

Apply3Only<S, A3>: S extends Hkt3
    ? S & {
        arg3: A3;
    }
    : never

Applies the third type parameter to HKT.

Type Parameters

  • S

  • A3

Generated using TypeDoc